Html Css Color HEX #33EDC6 Turquoise

📋 copy color: '#33EDC6'

red 51 ◦ green 237 ◦ blue 198

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

Shades of Turquoise #33EDC6

Tints of Turquoise #33EDC6

RGB

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

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

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

R = 10.49%
G = 48.77%
B = 40.74%

CMYK

 C value IS 0.78

 M value IS 0

 Y value IS 0.16

 K value IS 0.07

RGB Variations

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

Color information

#33EDC6 (or 0x33EDC6) is known color: Turquoise. HEX triplet: 33, ED and C6. RGB value is (51,237,198). Sum of RGB (Red+Green+Blue) = 51+237+198=486 (64% of max value = 765). Red value is 51 (20.31% from 255 or 10.49% from 486); Green value is 237 (92.97% from 255 or 48.77% from 486); Blue value is 198 (77.73% from 255 or 40.74% from 486); Max value from RGB is 237 - color contains mainly: green. Hex color #33EDC6 is not a web safe color. Web safe color analog (approx): #33FFCC. Inversed color of #33EDC6 is #CC1239. Grayscale: #B0B0B0. Windows color (decimal): -13374010 or 13036851. OLE color: 13036851.

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

Color convert

RGB 51 237 198 -
CMYK 0.78 0 0.16 0.07
HSL 167.42º 0.84% 0.56% -
HSV(B) 167.42º 0.78% 0.93% -
XYZ 41.84 65.35 63.83 -
YUV 176.94 139.88 38.17 -
System Red Green Blue C M Y K H S L
Decimal 51 237 198 0.78 0 0.16 0.07 167.42 0.84 0.56
Hex 33 ED C6 4E 0 10 7 A7 54 38
Octal 63 355 306 116 0 20 7 247 124 70
Binary 110011 11101101 11000110 1001110 0 10000 111 10100111 1010100 111000

Color Harmonies of #33EDC6

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #33EDC6

Black with #33EDC6

Text Example


Text Example

White with #33EDC6

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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