Html Css Color HEX #33FBE5 Turquoise

📋 copy color: '#33FBE5'

red 51 ◦ green 251 ◦ blue 229

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

Shades of Turquoise #33FBE5

Tints of Turquoise #33FBE5

RGB

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

 GREEN value IS 251 (98.44% from 255) = 47.27%

 BLUE value IS 229 (89.84% from 255) = 43.13%

R = 9.6%
G = 47.27%
B = 43.13%

CMYK

 C value IS 0.80

 M value IS 0

 Y value IS 0.09

 K value IS 0.02

RGB Variations

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

Color information

#33FBE5 (or 0x33FBE5) is known color: Turquoise. HEX triplet: 33, FB and E5. RGB value is (51,251,229). Sum of RGB (Red+Green+Blue) = 51+251+229=531 (70% of max value = 765). Red value is 51 (20.31% from 255 or 9.60% from 531); Green value is 251 (98.44% from 255 or 47.27% from 531); Blue value is 229 (89.84% from 255 or 43.13% from 531); Max value from RGB is 251 - color contains mainly: green. Hex color #33FBE5 is not a web safe color. Web safe color analog (approx): #33FFCC. Inversed color of #33FBE5 is #CC041A. Grayscale: #BCBCBC. Windows color (decimal): -13370395 or 15072051. OLE color: 15072051.

HSL color Cylindrical-coordinate representation of color #33FBE5: hue angle of 173.4º degrees, saturation: 0.96, lightness: 0.59%. HSV value (or HSB Brightness) of color is 0.98% and HSV saturation: 0.8%. Process color model (Four color, CMYK) of #33FBE5 is Cyan = 0.80, Magento = 0, Yellow = 0.09 and Black (K on CMYK) = 0.02.

Color convert

RGB 51 251 229 -
CMYK 0.80 0 0.09 0.02
HSL 173.4º 0.96% 0.59% -
HSV(B) 173.4º 0.8% 0.98% -
XYZ 50.01 75.36 86.04 -
YUV 188.69 150.74 29.79 -
System Red Green Blue C M Y K H S L
Decimal 51 251 229 0.80 0 0.09 0.02 173.4 0.96 0.59
Hex 33 FB E5 50 0 9 2 AD 60 3B
Octal 63 373 345 120 0 11 2 255 140 73
Binary 110011 11111011 11100101 1010000 0 1001 10 10101101 1100000 111011

Color Harmonies of #33FBE5

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #33FBE5

Black with #33FBE5

Text Example


Text Example

White with #33FBE5

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(51,251,229); }

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

background-color css

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

 a { background-color: rgb(51,251,229); }

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

border-color css

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

 span { border-color: rgb(51,251,229); }

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