Html Css Color HEX #42EFEA Turquoise

📋 copy color: '#42EFEA'

red 66 ◦ green 239 ◦ blue 234

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

Shades of Turquoise #42EFEA

Tints of Turquoise #42EFEA

RGB

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

 GREEN value IS 239 (93.75% from 255) = 44.34%

 BLUE value IS 234 (91.8% from 255) = 43.41%

R = 12.24%
G = 44.34%
B = 43.41%

CMYK

 C value IS 0.72

 M value IS 0

 Y value IS 0.02

 K value IS 0.06

RGB Variations

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

Color information

#42EFEA (or 0x42EFEA) is known color: Turquoise. HEX triplet: 42, EF and EA. RGB value is (66,239,234). Sum of RGB (Red+Green+Blue) = 66+239+234=539 (71% of max value = 765). Red value is 66 (26.17% from 255 or 12.24% from 539); Green value is 239 (93.75% from 255 or 44.34% from 539); Blue value is 234 (91.80% from 255 or 43.41% from 539); Max value from RGB is 239 - color contains mainly: green. Hex color #42EFEA is not a web safe color. Web safe color analog (approx): #33FFFF. Inversed color of #42EFEA is #BD1015. Grayscale: #BABABA. Windows color (decimal): -12390422 or 15396674. OLE color: 15396674.

HSL color Cylindrical-coordinate representation of color #42EFEA: hue angle of 178.27º degrees, saturation: 0.84, lightness: 0.6%. HSV value (or HSB Brightness) of color is 0.94% and HSV saturation: 0.72%. Process color model (Four color, CMYK) of #42EFEA is Cyan = 0.72, Magento = 0, Yellow = 0.02 and Black (K on CMYK) = 0.06.

Color convert

RGB 66 239 234 -
CMYK 0.72 0 0.02 0.06
HSL 178.27º 0.84% 0.6% -
HSV(B) 178.27º 0.72% 0.94% -
XYZ 47.96 68.83 88.6 -
YUV 186.7 154.69 41.91 -
System Red Green Blue C M Y K H S L
Decimal 66 239 234 0.72 0 0.02 0.06 178.27 0.84 0.6
Hex 42 EF EA 48 0 2 6 B2 54 3C
Octal 102 357 352 110 0 2 6 262 124 74
Binary 1000010 11101111 11101010 1001000 0 10 110 10110010 1010100 111100

Color Harmonies of #42EFEA

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #42EFEA

Black with #42EFEA

Text Example


Text Example

White with #42EFEA

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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