Html Css Color HEX #33EBE7 Turquoise

📋 copy color: '#33EBE7'

red 51 ◦ green 235 ◦ blue 231

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

Shades of Turquoise #33EBE7

Tints of Turquoise #33EBE7

RGB

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

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

 BLUE value IS 231 (90.63% from 255) = 44.68%

R = 9.86%
G = 45.45%
B = 44.68%

CMYK

 C value IS 0.78

 M value IS 0

 Y value IS 0.02

 K value IS 0.08

RGB Variations

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

Color information

#33EBE7 (or 0x33EBE7) is known color: Turquoise. HEX triplet: 33, EB and E7. RGB value is (51,235,231). Sum of RGB (Red+Green+Blue) = 51+235+231=517 (68% of max value = 765). Red value is 51 (20.31% from 255 or 9.86% from 517); Green value is 235 (92.19% from 255 or 45.45% from 517); Blue value is 231 (90.62% from 255 or 44.68% from 517); Max value from RGB is 235 - color contains mainly: green. Hex color #33EBE7 is not a web safe color. Web safe color analog (approx): #33FFFF. Inversed color of #33EBE7 is #CC1418. Grayscale: #B3B3B3. Windows color (decimal): -13374489 or 15199027. OLE color: 15199027.

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

Color convert

RGB 51 235 231 -
CMYK 0.78 0 0.02 0.08
HSL 178.7º 0.82% 0.56% -
HSV(B) 178.7º 0.78% 0.92% -
XYZ 45.5 65.89 85.92 -
YUV 179.53 157.04 36.33 -
System Red Green Blue C M Y K H S L
Decimal 51 235 231 0.78 0 0.02 0.08 178.7 0.82 0.56
Hex 33 EB E7 4E 0 2 8 B3 52 38
Octal 63 353 347 116 0 2 10 263 122 70
Binary 110011 11101011 11100111 1001110 0 10 1000 10110011 1010010 111000

Color Harmonies of #33EBE7

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #33EBE7

Black with #33EBE7

Text Example


Text Example

White with #33EBE7

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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