Html Css Color HEX #33FAC9 Turquoise

📋 copy color: '#33FAC9'

red 51 ◦ green 250 ◦ blue 201

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

Shades of Turquoise #33FAC9

Tints of Turquoise #33FAC9

RGB

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

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

 BLUE value IS 201 (78.91% from 255) = 40.04%

R = 10.16%
G = 49.8%
B = 40.04%

CMYK

 C value IS 0.80

 M value IS 0

 Y value IS 0.20

 K value IS 0.02

RGB Variations

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

Color information

#33FAC9 (or 0x33FAC9) is known color: Turquoise. HEX triplet: 33, FA and C9. RGB value is (51,250,201). Sum of RGB (Red+Green+Blue) = 51+250+201=502 (66% of max value = 765). Red value is 51 (20.31% from 255 or 10.16% from 502); Green value is 250 (98.05% from 255 or 49.80% from 502); Blue value is 201 (78.91% from 255 or 40.04% from 502); Max value from RGB is 250 - color contains mainly: green. Hex color #33FAC9 is not a web safe color. Web safe color analog (approx): #33FFCC. Inversed color of #33FAC9 is #CC0536. Grayscale: #B8B8B8. Windows color (decimal): -13370679 or 13236787. OLE color: 13236787.

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

Color convert

RGB 51 250 201 -
CMYK 0.80 0 0.20 0.02
HSL 165.23º 0.95% 0.59% -
HSV(B) 165.23º 0.8% 0.98% -
XYZ 46.09 73.29 66.98 -
YUV 184.91 137.07 32.48 -
System Red Green Blue C M Y K H S L
Decimal 51 250 201 0.80 0 0.20 0.02 165.23 0.95 0.59
Hex 33 FA C9 50 0 14 2 A5 5F 3B
Octal 63 372 311 120 0 24 2 245 137 73
Binary 110011 11111010 11001001 1010000 0 10100 10 10100101 1011111 111011

Color Harmonies of #33FAC9

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #33FAC9

Black with #33FAC9

Text Example


Text Example

White with #33FAC9

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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