Html Css Color HEX #C0FCF9 Pale Turquoise

📋 copy color: '#C0FCF9'

red 192 ◦ green 252 ◦ blue 249

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

Shades of Pale Turquoise #C0FCF9

Tints of Pale Turquoise #C0FCF9

RGB

 RED value IS 192 (75.39% from 255) = 27.71%

 GREEN value IS 252 (98.83% from 255) = 36.36%

 BLUE value IS 249 (97.66% from 255) = 35.93%

R = 27.71%
G = 36.36%
B = 35.93%

CMYK

 C value IS 0.24

 M value IS 0

 Y value IS 0.01

 K value IS 0.01

RGB Variations

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

Color information

#C0FCF9 (or 0xC0FCF9) is known color: Pale Turquoise. HEX triplet: C0, FC and F9. RGB value is (192,252,249). Sum of RGB (Red+Green+Blue) = 192+252+249=693 (91% of max value = 765). Red value is 192 (75.39% from 255 or 27.71% from 693); Green value is 252 (98.83% from 255 or 36.36% from 693); Blue value is 249 (97.66% from 255 or 35.93% from 693); Max value from RGB is 252 - color contains mainly: green. Hex color #C0FCF9 is not a web safe color. Web safe color analog (approx): #CCFFFF. Inversed color of #C0FCF9 is #3F0306. Grayscale: #E9E9E9. Windows color (decimal): -4129543 or 16383168. OLE color: 16383168.

HSL color Cylindrical-coordinate representation of color #C0FCF9: hue angle of 177º degrees, saturation: 0.91, lightness: 0.87%. HSV value (or HSB Brightness) of color is 0.99% and HSV saturation: 0.24%. Process color model (Four color, CMYK) of #C0FCF9 is Cyan = 0.24, Magento = 0, Yellow = 0.01 and Black (K on CMYK) = 0.01.

Color convert

RGB 192 252 249 -
CMYK 0.24 0 0.01 0.01
HSL 177º 0.91% 0.87% -
HSV(B) 177º 0.24% 0.99% -
XYZ 73.65 87.67 102.66 -
YUV 233.72 136.62 98.24 -
System Red Green Blue C M Y K H S L
Decimal 192 252 249 0.24 0 0.01 0.01 177 0.91 0.87
Hex C0 FC F9 18 0 1 1 B1 5B 57
Octal 300 374 371 30 0 1 1 261 133 127
Binary 11000000 11111100 11111001 11000 0 1 1 10110001 1011011 1010111

Color Harmonies of #C0FCF9

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #C0FCF9

Black with #C0FCF9

Text Example


Text Example

White with #C0FCF9

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #C0FCF9; }

 p { color: rgb(192,252,249); }

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

background-color css

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

 a { background-color: rgb(192,252,249); }

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

border-color css

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

 span { border-color: rgb(192,252,249); }

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