Html Css Color HEX #33EDCE Turquoise

📋 copy color: '#33EDCE'

red 51 ◦ green 237 ◦ blue 206

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

Shades of Turquoise #33EDCE

Tints of Turquoise #33EDCE

RGB

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

 GREEN value IS 237 (92.97% from 255) = 47.98%

 BLUE value IS 206 (80.86% from 255) = 41.7%

R = 10.32%
G = 47.98%
B = 41.7%

CMYK

 C value IS 0.78

 M value IS 0

 Y value IS 0.13

 K value IS 0.07

RGB Variations

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

Color information

#33EDCE (or 0x33EDCE) is known color: Turquoise. HEX triplet: 33, ED and CE. RGB value is (51,237,206). Sum of RGB (Red+Green+Blue) = 51+237+206=494 (65% of max value = 765). Red value is 51 (20.31% from 255 or 10.32% from 494); Green value is 237 (92.97% from 255 or 47.98% from 494); Blue value is 206 (80.86% from 255 or 41.70% from 494); Max value from RGB is 237 - color contains mainly: green. Hex color #33EDCE is not a web safe color. Web safe color analog (approx): #33FFCC. Inversed color of #33EDCE is #CC1231. Grayscale: #B1B1B1. Windows color (decimal): -13374002 or 13561139. OLE color: 13561139.

HSL color Cylindrical-coordinate representation of color #33EDCE: hue angle of 170º degrees, saturation: 0.84, lightness: 0.56%. HSV value (or HSB Brightness) of color is 0.93% and HSV saturation: 0.78%. Process color model (Four color, CMYK) of #33EDCE is Cyan = 0.78, Magento = 0, Yellow = 0.13 and Black (K on CMYK) = 0.07.

Color convert

RGB 51 237 206 -
CMYK 0.78 0 0.13 0.07
HSL 170º 0.84% 0.56% -
HSV(B) 170º 0.78% 0.93% -
XYZ 42.79 65.73 68.82 -
YUV 177.85 143.88 37.52 -
System Red Green Blue C M Y K H S L
Decimal 51 237 206 0.78 0 0.13 0.07 170 0.84 0.56
Hex 33 ED CE 4E 0 D 7 AA 54 38
Octal 63 355 316 116 0 15 7 252 124 70
Binary 110011 11101101 11001110 1001110 0 1101 111 10101010 1010100 111000

Color Harmonies of #33EDCE

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #33EDCE

Black with #33EDCE

Text Example


Text Example

White with #33EDCE

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(51,237,206); }

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

background-color css

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

 a { background-color: rgb(51,237,206); }

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

border-color css

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

 span { border-color: rgb(51,237,206); }

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