Html Css Color HEX #42ECE5 Turquoise

📋 copy color: '#42ECE5'

red 66 ◦ green 236 ◦ blue 229

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

Shades of Turquoise #42ECE5

Tints of Turquoise #42ECE5

RGB

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

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

 BLUE value IS 229 (89.84% from 255) = 43.13%

R = 12.43%
G = 44.44%
B = 43.13%

CMYK

 C value IS 0.72

 M value IS 0

 Y value IS 0.03

 K value IS 0.07

RGB Variations

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

Color information

#42ECE5 (or 0x42ECE5) is known color: Turquoise. HEX triplet: 42, EC and E5. RGB value is (66,236,229). Sum of RGB (Red+Green+Blue) = 66+236+229=531 (70% of max value = 765). Red value is 66 (26.17% from 255 or 12.43% from 531); Green value is 236 (92.58% from 255 or 44.44% from 531); Blue value is 229 (89.84% from 255 or 43.13% from 531); Max value from RGB is 236 - color contains mainly: green. Hex color #42ECE5 is not a web safe color. Web safe color analog (approx): #33FFCC. Inversed color of #42ECE5 is #BD131A. Grayscale: #B8B8B8. Windows color (decimal): -12391195 or 15068226. OLE color: 15068226.

HSL color Cylindrical-coordinate representation of color #42ECE5: hue angle of 177.53º 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 #42ECE5 is Cyan = 0.72, Magento = 0, Yellow = 0.03 and Black (K on CMYK) = 0.07.

Color convert

RGB 66 236 229 -
CMYK 0.72 0 0.03 0.07
HSL 177.53º 0.82% 0.59% -
HSV(B) 177.53º 0.72% 0.93% -
XYZ 46.39 66.81 84.58 -
YUV 184.37 153.18 43.57 -
System Red Green Blue C M Y K H S L
Decimal 66 236 229 0.72 0 0.03 0.07 177.53 0.82 0.59
Hex 42 EC E5 48 0 3 7 B2 52 3B
Octal 102 354 345 110 0 3 7 262 122 73
Binary 1000010 11101100 11100101 1001000 0 11 111 10110010 1010010 111011

Color Harmonies of #42ECE5

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #42ECE5

Black with #42ECE5

Text Example


Text Example

White with #42ECE5

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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