Html Css Color HEX #42EAFC Turquoise

📋 copy color: '#42EAFC'

red 66 ◦ green 234 ◦ blue 252

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

Shades of Turquoise #42EAFC

Tints of Turquoise #42EAFC

RGB

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

 GREEN value IS 234 (91.8% from 255) = 42.39%

 BLUE value IS 252 (98.83% from 255) = 45.65%

R = 11.96%
G = 42.39%
B = 45.65%

CMYK

 C value IS 0.74

 M value IS 0.07

 Y value IS 0

 K value IS 0.01

RGB Variations

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

Color information

#42EAFC (or 0x42EAFC) is known color: Turquoise. HEX triplet: 42, EA and FC. RGB value is (66,234,252). Sum of RGB (Red+Green+Blue) = 66+234+252=552 (73% of max value = 765). Red value is 66 (26.17% from 255 or 11.96% from 552); Green value is 234 (91.80% from 255 or 42.39% from 552); Blue value is 252 (98.83% from 255 or 45.65% from 552); Max value from RGB is 252 - color contains mainly: blue. Hex color #42EAFC is not a web safe color. Web safe color analog (approx): #33FFFF. Inversed color of #42EAFC is #BD1503. Grayscale: #B9B9B9. Windows color (decimal): -12391684 or 16575042. OLE color: 16575042.

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

Color convert

RGB 66 234 252 -
CMYK 0.74 0.07 0 0.01
HSL 185.81º 0.97% 0.62% -
HSV(B) 185.81º 0.74% 0.99% -
XYZ 49.24 67.03 102.44 -
YUV 185.82 165.34 42.54 -
System Red Green Blue C M Y K H S L
Decimal 66 234 252 0.74 0.07 0 0.01 185.81 0.97 0.62
Hex 42 EA FC 4A 7 0 1 BA 61 3E
Octal 102 352 374 112 7 0 1 272 141 76
Binary 1000010 11101010 11111100 1001010 111 0 1 10111010 1100001 111110

Color Harmonies of #42EAFC

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #42EAFC

Black with #42EAFC

Text Example


Text Example

White with #42EAFC

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(66,234,252); }

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

background-color css

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

 a { background-color: rgb(66,234,252); }

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

border-color css

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

 span { border-color: rgb(66,234,252); }

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