Html Css Color HEX #33FEEB Turquoise

📋 copy color: '#33FEEB'

red 51 ◦ green 254 ◦ blue 235

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

Shades of Turquoise #33FEEB

Tints of Turquoise #33FEEB

RGB

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

 GREEN value IS 254 (99.61% from 255) = 47.04%

 BLUE value IS 235 (92.19% from 255) = 43.52%

R = 9.44%
G = 47.04%
B = 43.52%

CMYK

 C value IS 0.80

 M value IS 0

 Y value IS 0.07

 K value IS 0.00

RGB Variations

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

Color information

#33FEEB (or 0x33FEEB) is known color: Turquoise. HEX triplet: 33, FE and EB. RGB value is (51,254,235). Sum of RGB (Red+Green+Blue) = 51+254+235=540 (71% of max value = 765). Red value is 51 (20.31% from 255 or 9.44% from 540); Green value is 254 (99.61% from 255 or 47.04% from 540); Blue value is 235 (92.19% from 255 or 43.52% from 540); Max value from RGB is 254 - color contains mainly: green. Hex color #33FEEB is not a web safe color. Web safe color analog (approx): #33FFFF. Inversed color of #33FEEB is #CC0114. Grayscale: #BFBFBF. Windows color (decimal): -13369621 or 15466035. OLE color: 15466035.

HSL color Cylindrical-coordinate representation of color #33FEEB: hue angle of 174.38º degrees, saturation: 0.99, lightness: 0.6%. HSV value (or HSB Brightness) of color is 1% and HSV saturation: 0.8%. Process color model (Four color, CMYK) of #33FEEB is Cyan = 0.80, Magento = 0, Yellow = 0.07 and Black (K on CMYK) = 0.00.

Color convert

RGB 51 254 235 -
CMYK 0.80 0 0.07 0.00
HSL 174.38º 0.99% 0.6% -
HSV(B) 174.38º 0.8% 1% -
XYZ 51.8 77.59 90.84 -
YUV 191.14 152.75 28.04 -
System Red Green Blue C M Y K H S L
Decimal 51 254 235 0.80 0 0.07 0.00 174.38 0.99 0.6
Hex 33 FE EB 50 0 7 0 AE 63 3C
Octal 63 376 353 120 0 7 0 256 143 74
Binary 110011 11111110 11101011 1010000 0 111 0 10101110 1100011 111100

Color Harmonies of #33FEEB

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #33FEEB

Black with #33FEEB

Text Example


Text Example

White with #33FEEB

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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