Html Css Color HEX #C0FDFE Pale Turquoise

📋 copy color: '#C0FDFE'

red 192 ◦ green 253 ◦ blue 254

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

Shades of Pale Turquoise #C0FDFE

Tints of Pale Turquoise #C0FDFE

RGB

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

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

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

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

CMYK

 C value IS 0.24

 M value IS 0.00

 Y value IS 0

 K value IS 0.00

RGB Variations

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

Color information

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

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

Color convert

RGB 192 253 254 -
CMYK 0.24 0.00 0 0.00
HSL 180.97º 0.97% 0.87% -
HSV(B) 180.97º 0.24% 1% -
XYZ 74.75 88.61 106.93 -
YUV 234.88 138.79 97.42 -
System Red Green Blue C M Y K H S L
Decimal 192 253 254 0.24 0.00 0 0.00 180.97 0.97 0.87
Hex C0 FD FE 18 0 0 0 B5 61 57
Octal 300 375 376 30 0 0 0 265 141 127
Binary 11000000 11111101 11111110 11000 0 0 0 10110101 1100001 1010111

Color Harmonies of #C0FDFE

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #C0FDFE

Black with #C0FDFE

Text Example


Text Example

White with #C0FDFE

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #C0FDFE; }

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

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

background-color css

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

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

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

border-color css

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

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

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