Html Css Color HEX #33EBBE Turquoise

📋 copy color: '#33EBBE'

red 51 ◦ green 235 ◦ blue 190

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

Shades of Turquoise #33EBBE

Tints of Turquoise #33EBBE

RGB

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

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

 BLUE value IS 190 (74.61% from 255) = 39.92%

R = 10.71%
G = 49.37%
B = 39.92%

CMYK

 C value IS 0.78

 M value IS 0

 Y value IS 0.19

 K value IS 0.08

RGB Variations

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

Color information

#33EBBE (or 0x33EBBE) is known color: Turquoise. HEX triplet: 33, EB and BE. RGB value is (51,235,190). Sum of RGB (Red+Green+Blue) = 51+235+190=476 (63% of max value = 765). Red value is 51 (20.31% from 255 or 10.71% from 476); Green value is 235 (92.19% from 255 or 49.37% from 476); Blue value is 190 (74.61% from 255 or 39.92% from 476); Max value from RGB is 235 - color contains mainly: green. Hex color #33EBBE is not a web safe color. Web safe color analog (approx): #33FFCC. Inversed color of #33EBBE is #CC1441. Grayscale: #AEAEAE. Windows color (decimal): -13374530 or 12512051. OLE color: 12512051.

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

Color convert

RGB 51 235 190 -
CMYK 0.78 0 0.19 0.08
HSL 165.33º 0.82% 0.56% -
HSV(B) 165.33º 0.78% 0.92% -
XYZ 40.37 63.84 58.91 -
YUV 174.85 136.54 39.66 -
System Red Green Blue C M Y K H S L
Decimal 51 235 190 0.78 0 0.19 0.08 165.33 0.82 0.56
Hex 33 EB BE 4E 0 13 8 A5 52 38
Octal 63 353 276 116 0 23 10 245 122 70
Binary 110011 11101011 10111110 1001110 0 10011 1000 10100101 1010010 111000

Color Harmonies of #33EBBE

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #33EBBE

Black with #33EBBE

Text Example


Text Example

White with #33EBBE

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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