Html Css Color HEX #33EABA Turquoise

📋 copy color: '#33EABA'

red 51 ◦ green 234 ◦ blue 186

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

Shades of Turquoise #33EABA

Tints of Turquoise #33EABA

RGB

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

 GREEN value IS 234 (91.8% from 255) = 49.68%

 BLUE value IS 186 (73.05% from 255) = 39.49%

R = 10.83%
G = 49.68%
B = 39.49%

CMYK

 C value IS 0.78

 M value IS 0

 Y value IS 0.21

 K value IS 0.08

RGB Variations

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

Color information

#33EABA (or 0x33EABA) is known color: Turquoise. HEX triplet: 33, EA and BA. RGB value is (51,234,186). Sum of RGB (Red+Green+Blue) = 51+234+186=471 (62% of max value = 765). Red value is 51 (20.31% from 255 or 10.83% from 471); Green value is 234 (91.80% from 255 or 49.68% from 471); Blue value is 186 (73.05% from 255 or 39.49% from 471); Max value from RGB is 234 - color contains mainly: green. Hex color #33EABA is not a web safe color. Web safe color analog (approx): #33FFCC. Inversed color of #33EABA is #CC1545. Grayscale: #ADADAD. Windows color (decimal): -13374790 or 12249651. OLE color: 12249651.

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

Color convert

RGB 51 234 186 -
CMYK 0.78 0 0.21 0.08
HSL 164.26º 0.81% 0.56% -
HSV(B) 164.26º 0.78% 0.92% -
XYZ 39.65 63.09 56.54 -
YUV 173.81 134.87 40.4 -
System Red Green Blue C M Y K H S L
Decimal 51 234 186 0.78 0 0.21 0.08 164.26 0.81 0.56
Hex 33 EA BA 4E 0 15 8 A4 51 38
Octal 63 352 272 116 0 25 10 244 121 70
Binary 110011 11101010 10111010 1001110 0 10101 1000 10100100 1010001 111000

Color Harmonies of #33EABA

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #33EABA

Black with #33EABA

Text Example


Text Example

White with #33EABA

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(51,234,186); }

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

background-color css

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

 a { background-color: rgb(51,234,186); }

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

border-color css

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

 span { border-color: rgb(51,234,186); }

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