Html Css Color HEX #42DCFF Turquoise Blue

📋 copy color: '#42DCFF'

red 66 ◦ green 220 ◦ blue 255

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

Shades of Turquoise Blue #42DCFF

Tints of Turquoise Blue #42DCFF

RGB

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

 GREEN value IS 220 (86.33% from 255) = 40.67%

 BLUE value IS 255 (100% from 255) = 47.13%

R = 12.2%
G = 40.67%
B = 47.13%

CMYK

 C value IS 0.74

 M value IS 0.14

 Y value IS 0

 K value IS 0

RGB Variations

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

Color information

#42DCFF (or 0x42DCFF) is known color: Turquoise Blue. HEX triplet: 42, DC and FF. RGB value is (66,220,255). Sum of RGB (Red+Green+Blue) = 66+220+255=541 (71% of max value = 765). Red value is 66 (26.17% from 255 or 12.20% from 541); Green value is 220 (86.33% from 255 or 40.67% from 541); Blue value is 255 (100% from 255 or 47.13% from 541); Max value from RGB is 255 - color contains mainly: blue. Hex color #42DCFF is not a web safe color. Web safe color analog (approx): #33CCFF. Inversed color of #42DCFF is #BD2300. Grayscale: #B1B1B1. Windows color (decimal): -12395265 or 16768066. OLE color: 16768066.

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

Color convert

RGB 66 220 255 -
CMYK 0.74 0.14 0 0
HSL 191.11º 1% 0.63% -
HSV(B) 191.11º 0.74% 1% -
XYZ 45.89 59.56 103.69 -
YUV 177.94 171.48 48.15 -
System Red Green Blue C M Y K H S L
Decimal 66 220 255 0.74 0.14 0 0 191.11 1 0.63
Hex 42 DC FF 4A E 0 0 BF 64 3F
Octal 102 334 377 112 16 0 0 277 144 77
Binary 1000010 11011100 11111111 1001010 1110 0 0 10111111 1100100 111111

Color Harmonies of #42DCFF

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #42DCFF

Black with #42DCFF

Text Example


Text Example

White with #42DCFF

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(66,220,255); }

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

background-color css

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

 a { background-color: rgb(66,220,255); }

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

border-color css

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

 span { border-color: rgb(66,220,255); }

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