Html Css Color HEX #C0FDF6 Pale Turquoise

📋 copy color: '#C0FDF6'

red 192 ◦ green 253 ◦ blue 246

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

Shades of Pale Turquoise #C0FDF6

Tints of Pale Turquoise #C0FDF6

RGB

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

 GREEN value IS 253 (99.22% from 255) = 36.61%

 BLUE value IS 246 (96.48% from 255) = 35.6%

R = 27.79%
G = 36.61%
B = 35.6%

CMYK

 C value IS 0.24

 M value IS 0

 Y value IS 0.03

 K value IS 0.01

RGB Variations

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

Color information

#C0FDF6 (or 0xC0FDF6) is known color: Pale Turquoise. HEX triplet: C0, FD and F6. RGB value is (192,253,246). Sum of RGB (Red+Green+Blue) = 192+253+246=691 (91% of max value = 765). Red value is 192 (75.39% from 255 or 27.79% from 691); Green value is 253 (99.22% from 255 or 36.61% from 691); Blue value is 246 (96.48% from 255 or 35.60% from 691); Max value from RGB is 253 - color contains mainly: green. Hex color #C0FDF6 is not a web safe color. Web safe color analog (approx): #CCFFFF. Inversed color of #C0FDF6 is #3F0209. Grayscale: #E9E9E9. Windows color (decimal): -4129290 or 16186816. OLE color: 16186816.

HSL color Cylindrical-coordinate representation of color #C0FDF6: hue angle of 173.11º degrees, saturation: 0.94, 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 #C0FDF6 is Cyan = 0.24, Magento = 0, Yellow = 0.03 and Black (K on CMYK) = 0.01.

Color convert

RGB 192 253 246 -
CMYK 0.24 0 0.03 0.01
HSL 173.11º 0.94% 0.87% -
HSV(B) 173.11º 0.24% 0.99% -
XYZ 73.5 88.11 100.32 -
YUV 233.96 134.79 98.07 -
System Red Green Blue C M Y K H S L
Decimal 192 253 246 0.24 0 0.03 0.01 173.11 0.94 0.87
Hex C0 FD F6 18 0 3 1 AD 5E 57
Octal 300 375 366 30 0 3 1 255 136 127
Binary 11000000 11111101 11110110 11000 0 11 1 10101101 1011110 1010111

Color Harmonies of #C0FDF6

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #C0FDF6

Black with #C0FDF6

Text Example


Text Example

White with #C0FDF6

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #C0FDF6; }

 p { color: rgb(192,253,246); }

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

background-color css

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

 a { background-color: rgb(192,253,246); }

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

border-color css

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

 span { border-color: rgb(192,253,246); }

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