Html Css Color HEX #32F9CC Turquoise

📋 copy color: '#32F9CC'

red 50 ◦ green 249 ◦ blue 204

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

Shades of Turquoise #32F9CC

Tints of Turquoise #32F9CC

RGB

 RED value IS 50 (19.92% from 255) = 9.94%

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

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

R = 9.94%
G = 49.5%
B = 40.56%

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

#32F9CC (or 0x32F9CC) is known color: Turquoise. HEX triplet: 32, F9 and CC. RGB value is (50,249,204). Sum of RGB (Red+Green+Blue) = 50+249+204=503 (66% of max value = 765). Red value is 50 (19.92% from 255 or 9.94% from 503); Green value is 249 (97.66% from 255 or 49.50% from 503); Blue value is 204 (80.08% from 255 or 40.56% from 503); Max value from RGB is 249 - color contains mainly: green. Hex color #32F9CC is not a web safe color. Web safe color analog (approx): #33FFCC. Inversed color of #32F9CC is #CD0633. Grayscale: #B8B8B8. Windows color (decimal): -13436468 or 13433138. OLE color: 13433138.

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

Color convert

RGB 50 249 204 -
CMYK 0.80 0 0.18 0.02
HSL 166.43º 0.94% 0.59% -
HSV(B) 166.43º 0.8% 0.98% -
XYZ 46.09 72.79 68.75 -
YUV 184.37 139.07 32.16 -
System Red Green Blue C M Y K H S L
Decimal 50 249 204 0.80 0 0.18 0.02 166.43 0.94 0.59
Hex 32 F9 CC 50 0 12 2 A6 5E 3B
Octal 62 371 314 120 0 22 2 246 136 73
Binary 110010 11111001 11001100 1010000 0 10010 10 10100110 1011110 111011

Color Harmonies of #32F9CC

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #32F9CC

Black with #32F9CC

Text Example


Text Example

White with #32F9CC

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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