Html Css Color HEX #42DAFF Turquoise Blue

📋 copy color: '#42DAFF'

red 66 ◦ green 218 ◦ blue 255

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

Shades of Turquoise Blue #42DAFF

Tints of Turquoise Blue #42DAFF

RGB

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

 GREEN value IS 218 (85.55% from 255) = 40.45%

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

R = 12.24%
G = 40.45%
B = 47.31%

CMYK

 C value IS 0.74

 M value IS 0.15

 Y value IS 0

 K value IS 0

RGB Variations

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

Color information

#42DAFF (or 0x42DAFF) is known color: Turquoise Blue. HEX triplet: 42, DA and FF. RGB value is (66,218,255). Sum of RGB (Red+Green+Blue) = 66+218+255=539 (71% of max value = 765). Red value is 66 (26.17% from 255 or 12.24% from 539); Green value is 218 (85.55% from 255 or 40.45% from 539); Blue value is 255 (100% from 255 or 47.31% from 539); Max value from RGB is 255 - color contains mainly: blue. Hex color #42DAFF is not a web safe color. Web safe color analog (approx): #33CCFF. Inversed color of #42DAFF is #BD2500. Grayscale: #B0B0B0. Windows color (decimal): -12395777 or 16767554. OLE color: 16767554.

HSL color Cylindrical-coordinate representation of color #42DAFF: hue angle of 191.75º 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 #42DAFF is Cyan = 0.74, Magento = 0.15, Yellow = 0 and Black (K on CMYK) = 0.

Color convert

RGB 66 218 255 -
CMYK 0.74 0.15 0 0
HSL 191.75º 1% 0.63% -
HSV(B) 191.75º 0.74% 1% -
XYZ 45.37 58.52 103.51 -
YUV 176.77 172.14 48.99 -
System Red Green Blue C M Y K H S L
Decimal 66 218 255 0.74 0.15 0 0 191.75 1 0.63
Hex 42 DA FF 4A F 0 0 C0 64 3F
Octal 102 332 377 112 17 0 0 300 144 77
Binary 1000010 11011010 11111111 1001010 1111 0 0 11000000 1100100 111111

Color Harmonies of #42DAFF

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #42DAFF

Black with #42DAFF

Text Example


Text Example

White with #42DAFF

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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