Html Css Color HEX #C0FEFD Pale Turquoise

📋 copy color: '#C0FEFD'

red 192 ◦ green 254 ◦ blue 253

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

Shades of Pale Turquoise #C0FEFD

Tints of Pale Turquoise #C0FEFD

RGB

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

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

 BLUE value IS 253 (99.22% from 255) = 36.19%

R = 27.47%
G = 36.34%
B = 36.19%

CMYK

 C value IS 0.24

 M value IS 0

 Y value IS 0.00

 K value IS 0.00

RGB Variations

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

Color information

#C0FEFD (or 0xC0FEFD) is known color: Pale Turquoise. HEX triplet: C0, FE and FD. RGB value is (192,254,253). Sum of RGB (Red+Green+Blue) = 192+254+253=699 (92% of max value = 765). Red value is 192 (75.39% from 255 or 27.47% from 699); Green value is 254 (99.61% from 255 or 36.34% from 699); Blue value is 253 (99.22% from 255 or 36.19% from 699); Max value from RGB is 254 - color contains mainly: green. Hex color #C0FEFD is not a web safe color. Web safe color analog (approx): #CCFFFF. Inversed color of #C0FEFD is #3F0102. Grayscale: #EBEBEB. Windows color (decimal): -4129027 or 16645824. OLE color: 16645824.

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

Color convert

RGB 192 254 253 -
CMYK 0.24 0 0.00 0.00
HSL 179.03º 0.97% 0.87% -
HSV(B) 179.03º 0.24% 1% -
XYZ 74.91 89.18 106.19 -
YUV 235.35 137.96 97.08 -
System Red Green Blue C M Y K H S L
Decimal 192 254 253 0.24 0 0.00 0.00 179.03 0.97 0.87
Hex C0 FE FD 18 0 0 0 B3 61 57
Octal 300 376 375 30 0 0 0 263 141 127
Binary 11000000 11111110 11111101 11000 0 0 0 10110011 1100001 1010111

Color Harmonies of #C0FEFD

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #C0FEFD

Black with #C0FEFD

Text Example


Text Example

White with #C0FEFD

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #C0FEFD; }

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

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

background-color css

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

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

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

border-color css

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

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

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