Html Css Color HEX #33EABF Turquoise

📋 copy color: '#33EABF'

red 51 ◦ green 234 ◦ blue 191

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

Shades of Turquoise #33EABF

Tints of Turquoise #33EABF

RGB

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

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

 BLUE value IS 191 (75% from 255) = 40.13%

R = 10.71%
G = 49.16%
B = 40.13%

CMYK

 C value IS 0.78

 M value IS 0

 Y value IS 0.18

 K value IS 0.08

RGB Variations

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

Color information

#33EABF (or 0x33EABF) is known color: Turquoise. HEX triplet: 33, EA and BF. RGB value is (51,234,191). Sum of RGB (Red+Green+Blue) = 51+234+191=476 (63% of max value = 765). Red value is 51 (20.31% from 255 or 10.71% from 476); Green value is 234 (91.80% from 255 or 49.16% from 476); Blue value is 191 (75% from 255 or 40.13% from 476); Max value from RGB is 234 - color contains mainly: green. Hex color #33EABF is not a web safe color. Web safe color analog (approx): #33FFCC. Inversed color of #33EABF is #CC1540. Grayscale: #AEAEAE. Windows color (decimal): -13374785 or 12577331. OLE color: 12577331.

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

Color convert

RGB 51 234 191 -
CMYK 0.78 0 0.18 0.08
HSL 165.9º 0.81% 0.56% -
HSV(B) 165.9º 0.78% 0.92% -
XYZ 40.19 63.31 59.39 -
YUV 174.38 137.37 40 -
System Red Green Blue C M Y K H S L
Decimal 51 234 191 0.78 0 0.18 0.08 165.9 0.81 0.56
Hex 33 EA BF 4E 0 12 8 A6 51 38
Octal 63 352 277 116 0 22 10 246 121 70
Binary 110011 11101010 10111111 1001110 0 10010 1000 10100110 1010001 111000

Color Harmonies of #33EABF

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #33EABF

Black with #33EABF

Text Example


Text Example

White with #33EABF

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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