Html Css Color HEX #33FCE5 Turquoise

📋 copy color: '#33FCE5'

red 51 ◦ green 252 ◦ blue 229

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

Shades of Turquoise #33FCE5

Tints of Turquoise #33FCE5

RGB

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

 GREEN value IS 252 (98.83% from 255) = 47.37%

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

R = 9.59%
G = 47.37%
B = 43.05%

CMYK

 C value IS 0.80

 M value IS 0

 Y value IS 0.09

 K value IS 0.01

RGB Variations

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

Color information

#33FCE5 (or 0x33FCE5) is known color: Turquoise. HEX triplet: 33, FC and E5. RGB value is (51,252,229). Sum of RGB (Red+Green+Blue) = 51+252+229=532 (70% of max value = 765). Red value is 51 (20.31% from 255 or 9.59% from 532); Green value is 252 (98.83% from 255 or 47.37% from 532); Blue value is 229 (89.84% from 255 or 43.05% from 532); Max value from RGB is 252 - color contains mainly: green. Hex color #33FCE5 is not a web safe color. Web safe color analog (approx): #33FFCC. Inversed color of #33FCE5 is #CC031A. Grayscale: #BDBDBD. Windows color (decimal): -13370139 or 15072307. OLE color: 15072307.

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

Color convert

RGB 51 252 229 -
CMYK 0.80 0 0.09 0.01
HSL 173.13º 0.97% 0.59% -
HSV(B) 173.13º 0.8% 0.99% -
XYZ 50.32 75.98 86.14 -
YUV 189.28 150.41 29.37 -
System Red Green Blue C M Y K H S L
Decimal 51 252 229 0.80 0 0.09 0.01 173.13 0.97 0.59
Hex 33 FC E5 50 0 9 1 AD 61 3B
Octal 63 374 345 120 0 11 1 255 141 73
Binary 110011 11111100 11100101 1010000 0 1001 1 10101101 1100001 111011

Color Harmonies of #33FCE5

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #33FCE5

Black with #33FCE5

Text Example


Text Example

White with #33FCE5

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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