Html Css Color HEX #33EDDD Turquoise

📋 copy color: '#33EDDD'

red 51 ◦ green 237 ◦ blue 221

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

Shades of Turquoise #33EDDD

Tints of Turquoise #33EDDD

RGB

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

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

 BLUE value IS 221 (86.72% from 255) = 43.42%

R = 10.02%
G = 46.56%
B = 43.42%

CMYK

 C value IS 0.78

 M value IS 0

 Y value IS 0.07

 K value IS 0.07

RGB Variations

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

Color information

#33EDDD (or 0x33EDDD) is known color: Turquoise. HEX triplet: 33, ED and DD. RGB value is (51,237,221). Sum of RGB (Red+Green+Blue) = 51+237+221=509 (67% of max value = 765). Red value is 51 (20.31% from 255 or 10.02% from 509); Green value is 237 (92.97% from 255 or 46.56% from 509); Blue value is 221 (86.72% from 255 or 43.42% from 509); Max value from RGB is 237 - color contains mainly: green. Hex color #33EDDD is not a web safe color. Web safe color analog (approx): #33FFCC. Inversed color of #33EDDD is #CC1222. Grayscale: #B3B3B3. Windows color (decimal): -13373987 or 14544179. OLE color: 14544179.

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

Color convert

RGB 51 237 221 -
CMYK 0.78 0 0.07 0.07
HSL 174.84º 0.84% 0.56% -
HSV(B) 174.84º 0.78% 0.93% -
XYZ 44.7 66.49 78.89 -
YUV 179.56 151.38 36.3 -
System Red Green Blue C M Y K H S L
Decimal 51 237 221 0.78 0 0.07 0.07 174.84 0.84 0.56
Hex 33 ED DD 4E 0 7 7 AF 54 38
Octal 63 355 335 116 0 7 7 257 124 70
Binary 110011 11101101 11011101 1001110 0 111 111 10101111 1010100 111000

Color Harmonies of #33EDDD

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #33EDDD

Black with #33EDDD

Text Example


Text Example

White with #33EDDD

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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