Html Css Color HEX #C0FEF5 Pale Turquoise

📋 copy color: '#C0FEF5'

red 192 ◦ green 254 ◦ blue 245

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

Shades of Pale Turquoise #C0FEF5

Tints of Pale Turquoise #C0FEF5

RGB

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

 GREEN value IS 254 (99.61% from 255) = 36.76%

 BLUE value IS 245 (96.09% from 255) = 35.46%

R = 27.79%
G = 36.76%
B = 35.46%

CMYK

 C value IS 0.24

 M value IS 0

 Y value IS 0.04

 K value IS 0.00

RGB Variations

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

Color information

#C0FEF5 (or 0xC0FEF5) is known color: Pale Turquoise. HEX triplet: C0, FE and F5. RGB value is (192,254,245). Sum of RGB (Red+Green+Blue) = 192+254+245=691 (91% of max value = 765). Red value is 192 (75.39% from 255 or 27.79% from 691); Green value is 254 (99.61% from 255 or 36.76% from 691); Blue value is 245 (96.09% from 255 or 35.46% from 691); Max value from RGB is 254 - color contains mainly: green. Hex color #C0FEF5 is not a web safe color. Web safe color analog (approx): #CCFFFF. Inversed color of #C0FEF5 is #3F010A. Grayscale: #EAEAEA. Windows color (decimal): -4129035 or 16121536. OLE color: 16121536.

HSL color Cylindrical-coordinate representation of color #C0FEF5: hue angle of 171.29º degrees, saturation: 0.97, lightness: 0.87%. HSV value (or HSB Brightness) of color is 1% and HSV saturation: 0.24%. Process color model (Four color, CMYK) of #C0FEF5 is Cyan = 0.24, Magento = 0, Yellow = 0.04 and Black (K on CMYK) = 0.00.

Color convert

RGB 192 254 245 -
CMYK 0.24 0 0.04 0.00
HSL 171.29º 0.97% 0.87% -
HSV(B) 171.29º 0.24% 1% -
XYZ 73.66 88.68 99.62 -
YUV 234.44 133.96 97.73 -
System Red Green Blue C M Y K H S L
Decimal 192 254 245 0.24 0 0.04 0.00 171.29 0.97 0.87
Hex C0 FE F5 18 0 4 0 AB 61 57
Octal 300 376 365 30 0 4 0 253 141 127
Binary 11000000 11111110 11110101 11000 0 100 0 10101011 1100001 1010111

Color Harmonies of #C0FEF5

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #C0FEF5

Black with #C0FEF5

Text Example


Text Example

White with #C0FEF5

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #C0FEF5; }

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

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

background-color css

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

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

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

border-color css

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

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

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