Html Css Color HEX #C0FFF8 Pale Turquoise

📋 copy color: '#C0FFF8'

red 192 ◦ green 255 ◦ blue 248

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

Shades of Pale Turquoise #C0FFF8

Tints of Pale Turquoise #C0FFF8

RGB

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

 GREEN value IS 255 (100% from 255) = 36.69%

 BLUE value IS 248 (97.27% from 255) = 35.68%

R = 27.63%
G = 36.69%
B = 35.68%

CMYK

 C value IS 0.25

 M value IS 0

 Y value IS 0.03

 K value IS 0

RGB Variations

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

Color information

#C0FFF8 (or 0xC0FFF8) is known color: Pale Turquoise. HEX triplet: C0, FF and F8. RGB value is (192,255,248). Sum of RGB (Red+Green+Blue) = 192+255+248=695 (92% of max value = 765). Red value is 192 (75.39% from 255 or 27.63% from 695); Green value is 255 (100% from 255 or 36.69% from 695); Blue value is 248 (97.27% from 255 or 35.68% from 695); Max value from RGB is 255 - color contains mainly: green. Hex color #C0FFF8 is not a web safe color. Web safe color analog (approx): #CCFFFF. Inversed color of #C0FFF8 is #3F0007. Grayscale: #EBEBEB. Windows color (decimal): -4128776 or 16318400. OLE color: 16318400.

HSL color Cylindrical-coordinate representation of color #C0FFF8: hue angle of 173.33º degrees, saturation: 1, lightness: 0.88%. HSV value (or HSB Brightness) of color is 1% and HSV saturation: 0.25%. Process color model (Four color, CMYK) of #C0FFF8 is Cyan = 0.25, Magento = 0, Yellow = 0.03 and Black (K on CMYK) = 0.

Color convert

RGB 192 255 248 -
CMYK 0.25 0 0.03 0
HSL 173.33º 1% 0.88% -
HSV(B) 173.33º 0.25% 1% -
XYZ 74.44 89.5 102.16 -
YUV 235.37 135.13 97.07 -
System Red Green Blue C M Y K H S L
Decimal 192 255 248 0.25 0 0.03 0 173.33 1 0.88
Hex C0 FF F8 19 0 3 0 AD 64 58
Octal 300 377 370 31 0 3 0 255 144 130
Binary 11000000 11111111 11111000 11001 0 11 0 10101101 1100100 1011000

Color Harmonies of #C0FFF8

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #C0FFF8

Black with #C0FFF8

Text Example


Text Example

White with #C0FFF8

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #C0FFF8; }

 p { color: rgb(192,255,248); }

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

background-color css

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

 a { background-color: rgb(192,255,248); }

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

border-color css

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

 span { border-color: rgb(192,255,248); }

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