Html Css Color HEX #C0FEFF Pale Turquoise

📋 copy color: '#C0FEFF'

red 192 ◦ green 254 ◦ blue 255

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

Shades of Pale Turquoise #C0FEFF

Tints of Pale Turquoise #C0FEFF

RGB

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

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

 BLUE value IS 255 (100% from 255) = 36.38%

R = 27.39%
G = 36.23%
B = 36.38%

CMYK

 C value IS 0.25

 M value IS 0.00

 Y value IS 0

 K value IS 0

RGB Variations

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

Color information

#C0FEFF (or 0xC0FEFF) is known color: Pale Turquoise. HEX triplet: C0, FE and FF. RGB value is (192,254,255). Sum of RGB (Red+Green+Blue) = 192+254+255=701 (92% of max value = 765). Red value is 192 (75.39% from 255 or 27.39% from 701); Green value is 254 (99.61% from 255 or 36.23% from 701); Blue value is 255 (100% from 255 or 36.38% from 701); Max value from RGB is 255 - color contains mainly: blue. Hex color #C0FEFF is not a web safe color. Web safe color analog (approx): #CCFFFF. Inversed color of #C0FEFF is #3F0100. Grayscale: #EBEBEB. Windows color (decimal): -4129025 or 16776896. OLE color: 16776896.

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

Color convert

RGB 192 254 255 -
CMYK 0.25 0.00 0 0
HSL 180.95º 1% 0.88% -
HSV(B) 180.95º 0.25% 1% -
XYZ 75.23 89.31 107.88 -
YUV 235.58 138.96 96.92 -
System Red Green Blue C M Y K H S L
Decimal 192 254 255 0.25 0.00 0 0 180.95 1 0.88
Hex C0 FE FF 19 0 0 0 B5 64 58
Octal 300 376 377 31 0 0 0 265 144 130
Binary 11000000 11111110 11111111 11001 0 0 0 10110101 1100100 1011000

Color Harmonies of #C0FEFF

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #C0FEFF

Black with #C0FEFF

Text Example


Text Example

White with #C0FEFF

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #C0FEFF; }

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

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

background-color css

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

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

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

border-color css

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

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

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