Html Css Color HEX #33F9CC Turquoise

📋 copy color: '#33F9CC'

red 51 ◦ green 249 ◦ blue 204

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

Shades of Turquoise #33F9CC

Tints of Turquoise #33F9CC

RGB

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

 GREEN value IS 249 (97.66% from 255) = 49.4%

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

R = 10.12%
G = 49.4%
B = 40.48%

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

#33F9CC (or 0x33F9CC) is known color: Turquoise. HEX triplet: 33, F9 and CC. RGB value is (51,249,204). Sum of RGB (Red+Green+Blue) = 51+249+204=504 (66% of max value = 765). Red value is 51 (20.31% from 255 or 10.12% from 504); Green value is 249 (97.66% from 255 or 49.40% from 504); Blue value is 204 (80.08% from 255 or 40.48% from 504); Max value from RGB is 249 - color contains mainly: green. Hex color #33F9CC is not a web safe color. Web safe color analog (approx): #33FFCC. Inversed color of #33F9CC is #CC0633. Grayscale: #B8B8B8. Windows color (decimal): -13370932 or 13433139. OLE color: 13433139.

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

Color convert

RGB 51 249 204 -
CMYK 0.80 0 0.18 0.02
HSL 166.36º 0.94% 0.59% -
HSV(B) 166.36º 0.8% 0.98% -
XYZ 46.14 72.81 68.75 -
YUV 184.67 138.9 32.66 -
System Red Green Blue C M Y K H S L
Decimal 51 249 204 0.80 0 0.18 0.02 166.36 0.94 0.59
Hex 33 F9 CC 50 0 12 2 A6 5E 3B
Octal 63 371 314 120 0 22 2 246 136 73
Binary 110011 11111001 11001100 1010000 0 10010 10 10100110 1011110 111011

Color Harmonies of #33F9CC

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #33F9CC

Black with #33F9CC

Text Example


Text Example

White with #33F9CC

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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