Html Css Color HEX #42ECEA Turquoise

📋 copy color: '#42ECEA'

red 66 ◦ green 236 ◦ blue 234

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

Shades of Turquoise #42ECEA

Tints of Turquoise #42ECEA

RGB

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

 GREEN value IS 236 (92.58% from 255) = 44.03%

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

R = 12.31%
G = 44.03%
B = 43.66%

CMYK

 C value IS 0.72

 M value IS 0

 Y value IS 0.01

 K value IS 0.07

RGB Variations

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

Color information

#42ECEA (or 0x42ECEA) is known color: Turquoise. HEX triplet: 42, EC and EA. RGB value is (66,236,234). Sum of RGB (Red+Green+Blue) = 66+236+234=536 (70% of max value = 765). Red value is 66 (26.17% from 255 or 12.31% from 536); Green value is 236 (92.58% from 255 or 44.03% from 536); Blue value is 234 (91.80% from 255 or 43.66% from 536); Max value from RGB is 236 - color contains mainly: green. Hex color #42ECEA is not a web safe color. Web safe color analog (approx): #33FFFF. Inversed color of #42ECEA is #BD1315. Grayscale: #B8B8B8. Windows color (decimal): -12391190 or 15395906. OLE color: 15395906.

HSL color Cylindrical-coordinate representation of color #42ECEA: hue angle of 179.29º degrees, saturation: 0.82, lightness: 0.59%. HSV value (or HSB Brightness) of color is 0.93% and HSV saturation: 0.72%. Process color model (Four color, CMYK) of #42ECEA is Cyan = 0.72, Magento = 0, Yellow = 0.01 and Black (K on CMYK) = 0.07.

Color convert

RGB 66 236 234 -
CMYK 0.72 0 0.01 0.07
HSL 179.29º 0.82% 0.59% -
HSV(B) 179.29º 0.72% 0.93% -
XYZ 47.09 67.09 88.31 -
YUV 184.94 155.68 43.16 -
System Red Green Blue C M Y K H S L
Decimal 66 236 234 0.72 0 0.01 0.07 179.29 0.82 0.59
Hex 42 EC EA 48 0 1 7 B3 52 3B
Octal 102 354 352 110 0 1 7 263 122 73
Binary 1000010 11101100 11101010 1001000 0 1 111 10110011 1010010 111011

Color Harmonies of #42ECEA

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #42ECEA

Black with #42ECEA

Text Example


Text Example

White with #42ECEA

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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