Html Css Color HEX #33EAC6 Turquoise

📋 copy color: '#33EAC6'

red 51 ◦ green 234 ◦ blue 198

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

Shades of Turquoise #33EAC6

Tints of Turquoise #33EAC6

RGB

 RED value IS 51 (20.31% from 255) = 10.56%

 GREEN value IS 234 (91.8% from 255) = 48.45%

 BLUE value IS 198 (77.73% from 255) = 40.99%

R = 10.56%
G = 48.45%
B = 40.99%

CMYK

 C value IS 0.78

 M value IS 0

 Y value IS 0.15

 K value IS 0.08

RGB Variations

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

Color information

#33EAC6 (or 0x33EAC6) is known color: Turquoise. HEX triplet: 33, EA and C6. RGB value is (51,234,198). Sum of RGB (Red+Green+Blue) = 51+234+198=483 (63% of max value = 765). Red value is 51 (20.31% from 255 or 10.56% from 483); Green value is 234 (91.80% from 255 or 48.45% from 483); Blue value is 198 (77.73% from 255 or 40.99% from 483); Max value from RGB is 234 - color contains mainly: green. Hex color #33EAC6 is not a web safe color. Web safe color analog (approx): #33FFCC. Inversed color of #33EAC6 is #CC1539. Grayscale: #AFAFAF. Windows color (decimal): -13374778 or 13036083. OLE color: 13036083.

HSL color Cylindrical-coordinate representation of color #33EAC6: hue angle of 168.2º degrees, saturation: 0.81, lightness: 0.56%. HSV value (or HSB Brightness) of color is 0.92% and HSV saturation: 0.78%. Process color model (Four color, CMYK) of #33EAC6 is Cyan = 0.78, Magento = 0, Yellow = 0.15 and Black (K on CMYK) = 0.08.

Color convert

RGB 51 234 198 -
CMYK 0.78 0 0.15 0.08
HSL 168.2º 0.81% 0.56% -
HSV(B) 168.2º 0.78% 0.92% -
XYZ 40.98 63.63 63.55 -
YUV 175.18 140.87 39.43 -
System Red Green Blue C M Y K H S L
Decimal 51 234 198 0.78 0 0.15 0.08 168.2 0.81 0.56
Hex 33 EA C6 4E 0 F 8 A8 51 38
Octal 63 352 306 116 0 17 10 250 121 70
Binary 110011 11101010 11000110 1001110 0 1111 1000 10101000 1010001 111000

Color Harmonies of #33EAC6

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #33EAC6

Black with #33EAC6

Text Example


Text Example

White with #33EAC6

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #33EAC6; }

 p { color: rgb(51,234,198); }

 H1.HeaderClassName
 {
   color: #33EAC6;
 }
 .AnyTagClassName
 {
   color: #33EAC6;
 }
</style>

background-color css

<style>
 a { background-color: #33EAC6; }

 a { background-color: rgb(51,234,198); }

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

border-color css

<style>
 span { border-color: #33EAC6; }

 span { border-color: rgb(51,234,198); }

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