Html Css Color HEX #33EBE2 Turquoise

📋 copy color: '#33EBE2'

red 51 ◦ green 235 ◦ blue 226

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

Shades of Turquoise #33EBE2

Tints of Turquoise #33EBE2

RGB

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

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

 BLUE value IS 226 (88.67% from 255) = 44.14%

R = 9.96%
G = 45.9%
B = 44.14%

CMYK

 C value IS 0.78

 M value IS 0

 Y value IS 0.04

 K value IS 0.08

RGB Variations

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

Color information

#33EBE2 (or 0x33EBE2) is known color: Turquoise. HEX triplet: 33, EB and E2. RGB value is (51,235,226). Sum of RGB (Red+Green+Blue) = 51+235+226=512 (67% of max value = 765). Red value is 51 (20.31% from 255 or 9.96% from 512); Green value is 235 (92.19% from 255 or 45.90% from 512); Blue value is 226 (88.67% from 255 or 44.14% from 512); Max value from RGB is 235 - color contains mainly: green. Hex color #33EBE2 is not a web safe color. Web safe color analog (approx): #33FFCC. Inversed color of #33EBE2 is #CC141D. Grayscale: #B2B2B2. Windows color (decimal): -13374494 or 14871347. OLE color: 14871347.

HSL color Cylindrical-coordinate representation of color #33EBE2: hue angle of 177.07º degrees, saturation: 0.82, lightness: 0.56%. HSV value (or HSB Brightness) of color is 0.92% and HSV saturation: 0.78%. Process color model (Four color, CMYK) of #33EBE2 is Cyan = 0.78, Magento = 0, Yellow = 0.04 and Black (K on CMYK) = 0.08.

Color convert

RGB 51 235 226 -
CMYK 0.78 0 0.04 0.08
HSL 177.07º 0.82% 0.56% -
HSV(B) 177.07º 0.78% 0.92% -
XYZ 44.8 65.61 82.25 -
YUV 178.96 154.54 36.73 -
System Red Green Blue C M Y K H S L
Decimal 51 235 226 0.78 0 0.04 0.08 177.07 0.82 0.56
Hex 33 EB E2 4E 0 4 8 B1 52 38
Octal 63 353 342 116 0 4 10 261 122 70
Binary 110011 11101011 11100010 1001110 0 100 1000 10110001 1010010 111000

Color Harmonies of #33EBE2

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #33EBE2

Black with #33EBE2

Text Example


Text Example

White with #33EBE2

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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