Html Css Color HEX #33FCCE Turquoise

📋 copy color: '#33FCCE'

red 51 ◦ green 252 ◦ blue 206

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

Shades of Turquoise #33FCCE

Tints of Turquoise #33FCCE

RGB

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

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

 BLUE value IS 206 (80.86% from 255) = 40.47%

R = 10.02%
G = 49.51%
B = 40.47%

CMYK

 C value IS 0.80

 M value IS 0

 Y value IS 0.18

 K value IS 0.01

RGB Variations

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

Color information

#33FCCE (or 0x33FCCE) is known color: Turquoise. HEX triplet: 33, FC and CE. RGB value is (51,252,206). Sum of RGB (Red+Green+Blue) = 51+252+206=509 (67% of max value = 765). Red value is 51 (20.31% from 255 or 10.02% from 509); Green value is 252 (98.83% from 255 or 49.51% from 509); Blue value is 206 (80.86% from 255 or 40.47% from 509); Max value from RGB is 252 - color contains mainly: green. Hex color #33FCCE is not a web safe color. Web safe color analog (approx): #33FFCC. Inversed color of #33FCCE is #CC0331. Grayscale: #BABABA. Windows color (decimal): -13370162 or 13564979. OLE color: 13564979.

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

Color convert

RGB 51 252 206 -
CMYK 0.80 0 0.18 0.01
HSL 166.27º 0.97% 0.59% -
HSV(B) 166.27º 0.8% 0.99% -
XYZ 47.32 74.78 70.33 -
YUV 186.66 138.91 31.24 -
System Red Green Blue C M Y K H S L
Decimal 51 252 206 0.80 0 0.18 0.01 166.27 0.97 0.59
Hex 33 FC CE 50 0 12 1 A6 61 3B
Octal 63 374 316 120 0 22 1 246 141 73
Binary 110011 11111100 11001110 1010000 0 10010 1 10100110 1100001 111011

Color Harmonies of #33FCCE

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #33FCCE

Black with #33FCCE

Text Example


Text Example

White with #33FCCE

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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