#C0F9F5

Color #C0F9F5 Pale Turquoise (background png icon) HTML CSS
Download Color Icon.PNG:
16x16 32x32 64x64 128x128

Shades of Pale Turquoise #C0F9F5

Tints of Pale Turquoise #C0F9F5

Color information

#C0F9F5 (or 0xC0F9F5) is unknown color: approx Pale Turquoise. HEX triplet: C0, F9 and F5. RGB value is (192,249,245). Sum of RGB (Red+Green+Blue) = 192+249+245=686 (90% of max value = 765). Red value is 192 (75.39% from 255 or 27.99% from 686); Green value is 249 (97.66% from 255 or 36.30% from 686); Blue value is 245 (96.09% from 255 or 35.71% from 686); Max value from RGB is 249 - color contains mainly: green. Hex color #C0F9F5 is not a web safe color. Web safe color analog (approx): #CCFFFF. Inversed color of #C0F9F5 is #3F060A. Grayscale: #E7E7E7. Windows color (decimal): -4130315 or 16120256. OLE color: 16120256.

HSL color Cylindrical-coordinate representation of color #C0F9F5: hue angle of 175.79º degrees, saturation: 0.83, lightness: 0.86%. HSV value (or HSB Brightness) of color is 0.98% and HSV saturation: 0.23%. Process color model (Four color, CMYK) of #C0F9F5 is Cyan = 0.23, Magento = 0, Yellow = 0.02 and Black (K on CMYK) = 0.02.

Color convert

RGB192249245-
CMYK0.2300.020.02
HSL175.79º82.61%86.47%-
HSV(B)175.79º22.89%97.65%-
XYZ72.185.5599.1-
YUV231.5135.6299.83-

RGB Variations

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

RGB

RED value IS 192 (75.39% from 255) = 27.99%
GREEN value IS 249 (97.66% from 255) = 36.30%
BLUE value IS 245 (96.09% from 255) = 35.71%
R=27.99%
G=36.30%
B=35.71%

CMYK

C (Cyan) values IS 0.23
M (Magenta) values IS 0
Y (Yellow) values IS 0.02
K (Black) values IS 0.02
SystemRedGreenBlueCMYKHSL
Decimal1922492450.2300.020.02175.7982.6186.47
HexC0F9F517022b05356
Octal30037136527022260123126
Binary11000000111110011111010110111010101011000010100111010110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #C0F9F5

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #C0F9F5; }

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

 H1.HeaderClassName
 {
   color: #C0F9F5;
 }
 .AnyTagClassName
 {
   color: #C0F9F5;
 }
</style>
background-color css

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

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

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

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

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

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