Html Css Color HEX #42EAFB Turquoise

📋 copy color: '#42EAFB'

red 66 ◦ green 234 ◦ blue 251

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

Shades of Turquoise #42EAFB

Tints of Turquoise #42EAFB

RGB

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

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

 BLUE value IS 251 (98.44% from 255) = 45.55%

R = 11.98%
G = 42.47%
B = 45.55%

CMYK

 C value IS 0.74

 M value IS 0.07

 Y value IS 0

 K value IS 0.02

RGB Variations

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

Color information

#42EAFB (or 0x42EAFB) is known color: Turquoise. HEX triplet: 42, EA and FB. RGB value is (66,234,251). Sum of RGB (Red+Green+Blue) = 66+234+251=551 (72% of max value = 765). Red value is 66 (26.17% from 255 or 11.98% from 551); Green value is 234 (91.80% from 255 or 42.47% from 551); Blue value is 251 (98.44% from 255 or 45.55% from 551); Max value from RGB is 251 - color contains mainly: blue. Hex color #42EAFB is not a web safe color. Web safe color analog (approx): #33FFFF. Inversed color of #42EAFB is #BD1504. Grayscale: #B9B9B9. Windows color (decimal): -12391685 or 16509506. OLE color: 16509506.

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

Color convert

RGB 66 234 251 -
CMYK 0.74 0.07 0 0.02
HSL 185.51º 0.96% 0.62% -
HSV(B) 185.51º 0.74% 0.98% -
XYZ 49.08 66.97 101.61 -
YUV 185.71 164.84 42.62 -
System Red Green Blue C M Y K H S L
Decimal 66 234 251 0.74 0.07 0 0.02 185.51 0.96 0.62
Hex 42 EA FB 4A 7 0 2 BA 60 3E
Octal 102 352 373 112 7 0 2 272 140 76
Binary 1000010 11101010 11111011 1001010 111 0 10 10111010 1100000 111110

Color Harmonies of #42EAFB

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #42EAFB

Black with #42EAFB

Text Example


Text Example

White with #42EAFB

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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