Html Css Color HEX #33FACC Turquoise

📋 copy color: '#33FACC'

red 51 ◦ green 250 ◦ blue 204

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

Shades of Turquoise #33FACC

Tints of Turquoise #33FACC

RGB

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

 GREEN value IS 250 (98.05% from 255) = 49.5%

 BLUE value IS 204 (80.08% from 255) = 40.4%

R = 10.1%
G = 49.5%
B = 40.4%

CMYK

 C value IS 0.80

 M value IS 0

 Y value IS 0.18

 K value IS 0.02

RGB Variations

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

Color information

#33FACC (or 0x33FACC) is known color: Turquoise. HEX triplet: 33, FA and CC. RGB value is (51,250,204). Sum of RGB (Red+Green+Blue) = 51+250+204=505 (66% of max value = 765). Red value is 51 (20.31% from 255 or 10.10% from 505); Green value is 250 (98.05% from 255 or 49.50% from 505); Blue value is 204 (80.08% from 255 or 40.40% from 505); Max value from RGB is 250 - color contains mainly: green. Hex color #33FACC is not a web safe color. Web safe color analog (approx): #33FFCC. Inversed color of #33FACC is #CC0533. Grayscale: #B9B9B9. Windows color (decimal): -13370676 or 13433395. OLE color: 13433395.

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

Color convert

RGB 51 250 204 -
CMYK 0.80 0 0.18 0.02
HSL 166.13º 0.95% 0.59% -
HSV(B) 166.13º 0.8% 0.98% -
XYZ 46.45 73.43 68.85 -
YUV 185.26 138.57 32.24 -
System Red Green Blue C M Y K H S L
Decimal 51 250 204 0.80 0 0.18 0.02 166.13 0.95 0.59
Hex 33 FA CC 50 0 12 2 A6 5F 3B
Octal 63 372 314 120 0 22 2 246 137 73
Binary 110011 11111010 11001100 1010000 0 10010 10 10100110 1011111 111011

Color Harmonies of #33FACC

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #33FACC

Black with #33FACC

Text Example


Text Example

White with #33FACC

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(51,250,204); }

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

background-color css

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

 a { background-color: rgb(51,250,204); }

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

border-color css

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

 span { border-color: rgb(51,250,204); }

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