Html Css Color HEX #42DDFD Turquoise Blue

📋 copy color: '#42DDFD'

red 66 ◦ green 221 ◦ blue 253

#42DDFD
Download Color Icon.PNG:
16x16 32x32 64x64 128x128 256x256

Shades of Turquoise Blue #42DDFD

Tints of Turquoise Blue #42DDFD

RGB

 RED value IS 66 (26.17% from 255) = 12.22%

 GREEN value IS 221 (86.72% from 255) = 40.93%

 BLUE value IS 253 (99.22% from 255) = 46.85%

R = 12.22%
G = 40.93%
B = 46.85%

CMYK

 C value IS 0.74

 M value IS 0.13

 Y value IS 0

 K value IS 0.01

RGB Variations

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

Color information

#42DDFD (or 0x42DDFD) is known color: Turquoise Blue. HEX triplet: 42, DD and FD. RGB value is (66,221,253). Sum of RGB (Red+Green+Blue) = 66+221+253=540 (71% of max value = 765). Red value is 66 (26.17% from 255 or 12.22% from 540); Green value is 221 (86.72% from 255 or 40.93% from 540); Blue value is 253 (99.22% from 255 or 46.85% from 540); Max value from RGB is 253 - color contains mainly: blue. Hex color #42DDFD is not a web safe color. Web safe color analog (approx): #33CCFF. Inversed color of #42DDFD is #BD2202. Grayscale: #B2B2B2. Windows color (decimal): -12395011 or 16637250. OLE color: 16637250.

HSL color Cylindrical-coordinate representation of color #42DDFD: hue angle of 190.27º degrees, saturation: 0.98, lightness: 0.63%. HSV value (or HSB Brightness) of color is 0.99% and HSV saturation: 0.74%. Process color model (Four color, CMYK) of #42DDFD is Cyan = 0.74, Magento = 0.13, Yellow = 0 and Black (K on CMYK) = 0.01.

Color convert

RGB 66 221 253 -
CMYK 0.74 0.13 0 0.01
HSL 190.27º 0.98% 0.63% -
HSV(B) 190.27º 0.74% 0.99% -
XYZ 45.83 59.96 102.09 -
YUV 178.3 170.15 47.9 -
System Red Green Blue C M Y K H S L
Decimal 66 221 253 0.74 0.13 0 0.01 190.27 0.98 0.63
Hex 42 DD FD 4A D 0 1 BE 62 3F
Octal 102 335 375 112 15 0 1 276 142 77
Binary 1000010 11011101 11111101 1001010 1101 0 1 10111110 1100010 111111

Color Harmonies of #42DDFD

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #42DDFD

Black with #42DDFD

Text Example


Text Example

White with #42DDFD

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #42DDFD; }

 p { color: rgb(66,221,253); }

 H1.HeaderClassName
 {
   color: #42DDFD;
 }
 .AnyTagClassName
 {
   color: #42DDFD;
 }
</style>

background-color css

<style>
 a { background-color: #42DDFD; }

 a { background-color: rgb(66,221,253); }

 div.DivClassName
 {
   background-color: #42DDFD;
 }
 .BgClassName
 {
   background-color: #42DDFD;
 }
</style>

border-color css

<style>
 span { border-color: #42DDFD; }

 span { border-color: rgb(66,221,253); }

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