Html Css Color HEX #33EDB9 Turquoise

📋 copy color: '#33EDB9'

red 51 ◦ green 237 ◦ blue 185

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

Shades of Turquoise #33EDB9

Tints of Turquoise #33EDB9

RGB

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

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

 BLUE value IS 185 (72.66% from 255) = 39.11%

R = 10.78%
G = 50.11%
B = 39.11%

CMYK

 C value IS 0.78

 M value IS 0

 Y value IS 0.22

 K value IS 0.07

RGB Variations

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

Color information

#33EDB9 (or 0x33EDB9) is known color: Turquoise. HEX triplet: 33, ED and B9. RGB value is (51,237,185). Sum of RGB (Red+Green+Blue) = 51+237+185=473 (62% of max value = 765). Red value is 51 (20.31% from 255 or 10.78% from 473); Green value is 237 (92.97% from 255 or 50.11% from 473); Blue value is 185 (72.66% from 255 or 39.11% from 473); Max value from RGB is 237 - color contains mainly: green. Hex color #33EDB9 is not a web safe color. Web safe color analog (approx): #33FFCC. Inversed color of #33EDB9 is #CC1246. Grayscale: #AFAFAF. Windows color (decimal): -13374023 or 12184883. OLE color: 12184883.

HSL color Cylindrical-coordinate representation of color #33EDB9: hue angle of 163.23º 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 #33EDB9 is Cyan = 0.78, Magento = 0, Yellow = 0.22 and Black (K on CMYK) = 0.07.

Color convert

RGB 51 237 185 -
CMYK 0.78 0 0.22 0.07
HSL 163.23º 0.84% 0.56% -
HSV(B) 163.23º 0.78% 0.93% -
XYZ 40.41 64.77 56.27 -
YUV 175.46 133.38 39.23 -
System Red Green Blue C M Y K H S L
Decimal 51 237 185 0.78 0 0.22 0.07 163.23 0.84 0.56
Hex 33 ED B9 4E 0 16 7 A3 54 38
Octal 63 355 271 116 0 26 7 243 124 70
Binary 110011 11101101 10111001 1001110 0 10110 111 10100011 1010100 111000

Color Harmonies of #33EDB9

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #33EDB9

Black with #33EDB9

Text Example


Text Example

White with #33EDB9

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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