Html Css Color HEX #42ECBA Turquoise

📋 copy color: '#42ECBA'

red 66 ◦ green 236 ◦ blue 186

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

Shades of Turquoise #42ECBA

Tints of Turquoise #42ECBA

RGB

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

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

 BLUE value IS 186 (73.05% from 255) = 38.11%

R = 13.52%
G = 48.36%
B = 38.11%

CMYK

 C value IS 0.72

 M value IS 0

 Y value IS 0.21

 K value IS 0.07

RGB Variations

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

Color information

#42ECBA (or 0x42ECBA) is known color: Turquoise. HEX triplet: 42, EC and BA. RGB value is (66,236,186). Sum of RGB (Red+Green+Blue) = 66+236+186=488 (64% of max value = 765). Red value is 66 (26.17% from 255 or 13.52% from 488); Green value is 236 (92.58% from 255 or 48.36% from 488); Blue value is 186 (73.05% from 255 or 38.11% from 488); Max value from RGB is 236 - color contains mainly: green. Hex color #42ECBA is not a web safe color. Web safe color analog (approx): #33FFCC. Inversed color of #42ECBA is #BD1345. Grayscale: #B3B3B3. Windows color (decimal): -12391238 or 12250178. OLE color: 12250178.

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

Color convert

RGB 66 236 186 -
CMYK 0.72 0 0.21 0.07
HSL 162.35º 0.82% 0.59% -
HSV(B) 162.35º 0.72% 0.93% -
XYZ 41.11 64.69 56.78 -
YUV 179.47 131.68 47.07 -
System Red Green Blue C M Y K H S L
Decimal 66 236 186 0.72 0 0.21 0.07 162.35 0.82 0.59
Hex 42 EC BA 48 0 15 7 A2 52 3B
Octal 102 354 272 110 0 25 7 242 122 73
Binary 1000010 11101100 10111010 1001000 0 10101 111 10100010 1010010 111011

Color Harmonies of #42ECBA

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #42ECBA

Black with #42ECBA

Text Example


Text Example

White with #42ECBA

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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