#C0F9F3

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

Shades of Pale Turquoise #C0F9F3

Tints of Pale Turquoise #C0F9F3

Color information

#C0F9F3 (or 0xC0F9F3) is unknown color: approx Pale Turquoise. HEX triplet: C0, F9 and F3. RGB value is (192,249,243). Sum of RGB (Red+Green+Blue) = 192+249+243=684 (90% of max value = 765). Red value is 192 (75.39% from 255 or 28.07% from 684); Green value is 249 (97.66% from 255 or 36.40% from 684); Blue value is 243 (95.31% from 255 or 35.53% from 684); Max value from RGB is 249 - color contains mainly: green. Hex color #C0F9F3 is not a web safe color. Web safe color analog (approx): #CCFFFF. Inversed color of #C0F9F3 is #3F060C. Grayscale: #E7E7E7. Windows color (decimal): -4130317 or 15989184. OLE color: 15989184.

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

Color convert

RGB192249243-
CMYK0.2300.020.02
HSL173.68º82.61%86.47%-
HSV(B)173.68º22.89%97.65%-
XYZ71.7985.4397.5-
YUV231.27134.6299.99-

RGB Variations

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

RGB

RED value IS 192 (75.39% from 255) = 28.07%
GREEN value IS 249 (97.66% from 255) = 36.40%
BLUE value IS 243 (95.31% from 255) = 35.53%
R=28.07%
G=36.40%
B=35.53%

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
Decimal1922492430.2300.020.02173.6882.6186.47
HexC0F9F317022ae5356
Octal30037136327022256123126
Binary11000000111110011111001110111010101010111010100111010110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #C0F9F3

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #C0F9F3; }

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

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

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

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

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

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

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

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