Html Css Color HEX #33EDE3 Turquoise

📋 copy color: '#33EDE3'

red 51 ◦ green 237 ◦ blue 227

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

Shades of Turquoise #33EDE3

Tints of Turquoise #33EDE3

RGB

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

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

 BLUE value IS 227 (89.06% from 255) = 44.08%

R = 9.9%
G = 46.02%
B = 44.08%

CMYK

 C value IS 0.78

 M value IS 0

 Y value IS 0.04

 K value IS 0.07

RGB Variations

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

Color information

#33EDE3 (or 0x33EDE3) is known color: Turquoise. HEX triplet: 33, ED and E3. RGB value is (51,237,227). Sum of RGB (Red+Green+Blue) = 51+237+227=515 (68% of max value = 765). Red value is 51 (20.31% from 255 or 9.90% from 515); Green value is 237 (92.97% from 255 or 46.02% from 515); Blue value is 227 (89.06% from 255 or 44.08% from 515); Max value from RGB is 237 - color contains mainly: green. Hex color #33EDE3 is not a web safe color. Web safe color analog (approx): #33FFCC. Inversed color of #33EDE3 is #CC121C. Grayscale: #B4B4B4. Windows color (decimal): -13373981 or 14937395. OLE color: 14937395.

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

Color convert

RGB 51 237 227 -
CMYK 0.78 0 0.04 0.07
HSL 176.77º 0.84% 0.56% -
HSV(B) 176.77º 0.78% 0.93% -
XYZ 45.51 66.82 83.17 -
YUV 180.25 154.38 35.81 -
System Red Green Blue C M Y K H S L
Decimal 51 237 227 0.78 0 0.04 0.07 176.77 0.84 0.56
Hex 33 ED E3 4E 0 4 7 B1 54 38
Octal 63 355 343 116 0 4 7 261 124 70
Binary 110011 11101101 11100011 1001110 0 100 111 10110001 1010100 111000

Color Harmonies of #33EDE3

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #33EDE3

Black with #33EDE3

Text Example


Text Example

White with #33EDE3

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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