Html Css Color HEX #33FAC6 Turquoise

📋 copy color: '#33FAC6'

red 51 ◦ green 250 ◦ blue 198

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

Shades of Turquoise #33FAC6

Tints of Turquoise #33FAC6

RGB

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

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

 BLUE value IS 198 (77.73% from 255) = 39.68%

R = 10.22%
G = 50.1%
B = 39.68%

CMYK

 C value IS 0.80

 M value IS 0

 Y value IS 0.21

 K value IS 0.02

RGB Variations

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

Color information

#33FAC6 (or 0x33FAC6) is known color: Turquoise. HEX triplet: 33, FA and C6. RGB value is (51,250,198). Sum of RGB (Red+Green+Blue) = 51+250+198=499 (66% of max value = 765). Red value is 51 (20.31% from 255 or 10.22% from 499); Green value is 250 (98.05% from 255 or 50.10% from 499); Blue value is 198 (77.73% from 255 or 39.68% from 499); Max value from RGB is 250 - color contains mainly: green. Hex color #33FAC6 is not a web safe color. Web safe color analog (approx): #33FFCC. Inversed color of #33FAC6 is #CC0539. Grayscale: #B8B8B8. Windows color (decimal): -13370682 or 13040179. OLE color: 13040179.

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

Color convert

RGB 51 250 198 -
CMYK 0.80 0 0.21 0.02
HSL 164.32º 0.95% 0.59% -
HSV(B) 164.32º 0.8% 0.98% -
XYZ 45.74 73.15 65.13 -
YUV 184.57 135.57 32.73 -
System Red Green Blue C M Y K H S L
Decimal 51 250 198 0.80 0 0.21 0.02 164.32 0.95 0.59
Hex 33 FA C6 50 0 15 2 A4 5F 3B
Octal 63 372 306 120 0 25 2 244 137 73
Binary 110011 11111010 11000110 1010000 0 10101 10 10100100 1011111 111011

Color Harmonies of #33FAC6

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #33FAC6

Black with #33FAC6

Text Example


Text Example

White with #33FAC6

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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