#3DDAFB

Color #3DDAFB Turquoise (background png icon) HTML CSS
Download Color Icon.PNG:
16x16 32x32 64x64 128x128

Shades of Turquoise #3DDAFB

Tints of Turquoise #3DDAFB

Color information

#3DDAFB (or 0x3DDAFB) is unknown color: approx Turquoise. HEX triplet: 3D, DA and FB. RGB value is (61,218,251). Sum of RGB (Red+Green+Blue) = 61+218+251=530 (70% of max value = 765). Red value is 61 (24.22% from 255 or 11.51% from 530); Green value is 218 (85.55% from 255 or 41.13% from 530); Blue value is 251 (98.44% from 255 or 47.36% from 530); Max value from RGB is 251 - color contains mainly: blue. Hex color #3DDAFB is not a web safe color. Web safe color analog (approx): #33CCFF. Inversed color of #3DDAFB is #C22504. Grayscale: #AEAEAE. Windows color (decimal): -12723461 or 16505405. OLE color: 16505405.

HSL color Cylindrical-coordinate representation of color #3DDAFB: hue angle of 190.42º degrees, saturation: 0.96, lightness: 0.61%. HSV value (or HSB Brightness) of color is 0.98% and HSV saturation: 0.76%. Process color model (Four color, CMYK) of #3DDAFB is Cyan = 0.76, Magento = 0.13, Yellow = 0 and Black (K on CMYK) = 0.02.

Color convert

RGB61218251-
CMYK0.760.1300.02
HSL190.42º95.96%61.18%-
HSV(B)190.42º75.7%98.43%-
XYZ44.4158.1100.14-
YUV174.82170.9946.82-

RGB Variations

RGB:
RBG:
GRB:
GBR:
BRG:
BGR:

RGB

RED value IS 61 (24.22% from 255) = 11.51%
GREEN value IS 218 (85.55% from 255) = 41.13%
BLUE value IS 251 (98.44% from 255) = 47.36%
R=11.51%
G=41.13%
B=47.36%

CMYK

C (Cyan) values IS 0.76
M (Magenta) values IS 0.13
Y (Yellow) values IS 0
K (Black) values IS 0.02
SystemRedGreenBlueCMYKHSL
Decimal612182510.760.1300.02190.4295.9661.18
Hex3DDAFB4CD02be603d
Octal75332373114150227614075
Binary111101110110101111101110011001101010101111101100000111101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #3DDAFB

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #3DDAFB; }

 p { color: rgb(61,218,251); }

 H1.HeaderClassName
 {
   color: #3DDAFB;
 }
 .AnyTagClassName
 {
   color: #3DDAFB;
 }
</style>
background-color css

<style>
 a { background-color: #3DDAFB; }

 a { background-color: rgb(61,218,251); }

 div.DivClassName
 {
   background-color: #3DDAFB;
 }
 .BgClassName
 {
   background-color: #3DDAFB;
 }
</style>
border-color css

<style>
 span { border-color: #3DDAFB; }

 span { border-color: rgb(61,218,251); }

 td.TdClassName
 {
   border-color: #3DDAFB;
 }
 .TagClassName
 {
   border-color: #3DDAFB;
 }
</style>