Html Css Color HEX #33FCC1 Turquoise

📋 copy color: '#33FCC1'

red 51 ◦ green 252 ◦ blue 193

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

Shades of Turquoise #33FCC1

Tints of Turquoise #33FCC1

RGB

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

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

 BLUE value IS 193 (75.78% from 255) = 38.91%

R = 10.28%
G = 50.81%
B = 38.91%

CMYK

 C value IS 0.80

 M value IS 0

 Y value IS 0.23

 K value IS 0.01

RGB Variations

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

Color information

#33FCC1 (or 0x33FCC1) is known color: Turquoise. HEX triplet: 33, FC and C1. RGB value is (51,252,193). Sum of RGB (Red+Green+Blue) = 51+252+193=496 (65% of max value = 765). Red value is 51 (20.31% from 255 or 10.28% from 496); Green value is 252 (98.83% from 255 or 50.81% from 496); Blue value is 193 (75.78% from 255 or 38.91% from 496); Max value from RGB is 252 - color contains mainly: green. Hex color #33FCC1 is not a web safe color. Web safe color analog (approx): #33FFCC. Inversed color of #33FCC1 is #CC033E. Grayscale: #B9B9B9. Windows color (decimal): -13370175 or 12713011. OLE color: 12713011.

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

Color convert

RGB 51 252 193 -
CMYK 0.80 0 0.23 0.01
HSL 162.39º 0.97% 0.59% -
HSV(B) 162.39º 0.8% 0.99% -
XYZ 45.8 74.17 62.36 -
YUV 185.18 132.41 32.3 -
System Red Green Blue C M Y K H S L
Decimal 51 252 193 0.80 0 0.23 0.01 162.39 0.97 0.59
Hex 33 FC C1 50 0 17 1 A2 61 3B
Octal 63 374 301 120 0 27 1 242 141 73
Binary 110011 11111100 11000001 1010000 0 10111 1 10100010 1100001 111011

Color Harmonies of #33FCC1

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #33FCC1

Black with #33FCC1

Text Example


Text Example

White with #33FCC1

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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