Html Css Color HEX #33EBED Turquoise

📋 copy color: '#33EBED'

red 51 ◦ green 235 ◦ blue 237

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

Shades of Turquoise #33EBED

Tints of Turquoise #33EBED

RGB

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

 GREEN value IS 235 (92.19% from 255) = 44.93%

 BLUE value IS 237 (92.97% from 255) = 45.32%

R = 9.75%
G = 44.93%
B = 45.32%

CMYK

 C value IS 0.78

 M value IS 0.01

 Y value IS 0

 K value IS 0.07

RGB Variations

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

Color information

#33EBED (or 0x33EBED) is known color: Turquoise. HEX triplet: 33, EB and ED. RGB value is (51,235,237). Sum of RGB (Red+Green+Blue) = 51+235+237=523 (69% of max value = 765). Red value is 51 (20.31% from 255 or 9.75% from 523); Green value is 235 (92.19% from 255 or 44.93% from 523); Blue value is 237 (92.97% from 255 or 45.32% from 523); Max value from RGB is 237 - color contains mainly: blue. Hex color #33EBED is not a web safe color. Web safe color analog (approx): #33FFFF. Inversed color of #33EBED is #CC1412. Grayscale: #B4B4B4. Windows color (decimal): -13374483 or 15592243. OLE color: 15592243.

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

Color convert

RGB 51 235 237 -
CMYK 0.78 0.01 0 0.07
HSL 180.65º 0.84% 0.56% -
HSV(B) 180.65º 0.78% 0.93% -
XYZ 46.36 66.23 90.46 -
YUV 180.21 160.04 35.84 -
System Red Green Blue C M Y K H S L
Decimal 51 235 237 0.78 0.01 0 0.07 180.65 0.84 0.56
Hex 33 EB ED 4E 1 0 7 B5 54 38
Octal 63 353 355 116 1 0 7 265 124 70
Binary 110011 11101011 11101101 1001110 1 0 111 10110101 1010100 111000

Color Harmonies of #33EBED

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #33EBED

Black with #33EBED

Text Example


Text Example

White with #33EBED

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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