Html Css Color HEX #42EBBC Turquoise

📋 copy color: '#42EBBC'

red 66 ◦ green 235 ◦ blue 188

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

Shades of Turquoise #42EBBC

Tints of Turquoise #42EBBC

RGB

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

 GREEN value IS 235 (92.19% from 255) = 48.06%

 BLUE value IS 188 (73.83% from 255) = 38.45%

R = 13.5%
G = 48.06%
B = 38.45%

CMYK

 C value IS 0.72

 M value IS 0

 Y value IS 0.2

 K value IS 0.08

RGB Variations

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

Color information

#42EBBC (or 0x42EBBC) is known color: Turquoise. HEX triplet: 42, EB and BC. RGB value is (66,235,188). Sum of RGB (Red+Green+Blue) = 66+235+188=489 (64% of max value = 765). Red value is 66 (26.17% from 255 or 13.50% from 489); Green value is 235 (92.19% from 255 or 48.06% from 489); Blue value is 188 (73.83% from 255 or 38.45% from 489); Max value from RGB is 235 - color contains mainly: green. Hex color #42EBBC is not a web safe color. Web safe color analog (approx): #33FFCC. Inversed color of #42EBBC is #BD1443. Grayscale: #B3B3B3. Windows color (decimal): -12391492 or 12380994. OLE color: 12380994.

HSL color Cylindrical-coordinate representation of color #42EBBC: hue angle of 163.31º degrees, saturation: 0.81, lightness: 0.59%. HSV value (or HSB Brightness) of color is 0.92% and HSV saturation: 0.72%. Process color model (Four color, CMYK) of #42EBBC is Cyan = 0.72, Magento = 0, Yellow = 0.2 and Black (K on CMYK) = 0.08.

Color convert

RGB 66 235 188 -
CMYK 0.72 0 0.2 0.08
HSL 163.31º 0.81% 0.59% -
HSV(B) 163.31º 0.72% 0.92% -
XYZ 41.03 64.21 57.81 -
YUV 179.11 133.01 47.32 -
System Red Green Blue C M Y K H S L
Decimal 66 235 188 0.72 0 0.2 0.08 163.31 0.81 0.59
Hex 42 EB BC 48 0 14 8 A3 51 3B
Octal 102 353 274 110 0 24 10 243 121 73
Binary 1000010 11101011 10111100 1001000 0 10100 1000 10100011 1010001 111011

Color Harmonies of #42EBBC

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #42EBBC

Black with #42EBBC

Text Example


Text Example

White with #42EBBC

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(66,235,188); }

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

background-color css

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

 a { background-color: rgb(66,235,188); }

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

border-color css

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

 span { border-color: rgb(66,235,188); }

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