Html Css Color HEX #C0FAF3 Pale Turquoise

📋 copy color: '#C0FAF3'

red 192 ◦ green 250 ◦ blue 243

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

Shades of Pale Turquoise #C0FAF3

Tints of Pale Turquoise #C0FAF3

RGB

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

 GREEN value IS 250 (98.05% from 255) = 36.5%

 BLUE value IS 243 (95.31% from 255) = 35.47%

R = 28.03%
G = 36.5%
B = 35.47%

CMYK

 C value IS 0.23

 M value IS 0

 Y value IS 0.03

 K value IS 0.02

RGB Variations

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

Color information

#C0FAF3 (or 0xC0FAF3) is known color: Pale Turquoise. HEX triplet: C0, FA and F3. RGB value is (192,250,243). Sum of RGB (Red+Green+Blue) = 192+250+243=685 (90% of max value = 765). Red value is 192 (75.39% from 255 or 28.03% from 685); Green value is 250 (98.05% from 255 or 36.50% from 685); Blue value is 243 (95.31% from 255 or 35.47% from 685); Max value from RGB is 250 - color contains mainly: green. Hex color #C0FAF3 is not a web safe color. Web safe color analog (approx): #CCFFFF. Inversed color of #C0FAF3 is #3F050C. Grayscale: #E7E7E7. Windows color (decimal): -4130061 or 15989440. OLE color: 15989440.

HSL color Cylindrical-coordinate representation of color #C0FAF3: hue angle of 172.76º degrees, saturation: 0.85, lightness: 0.87%. HSV value (or HSB Brightness) of color is 0.98% and HSV saturation: 0.23%. Process color model (Four color, CMYK) of #C0FAF3 is Cyan = 0.23, Magento = 0, Yellow = 0.03 and Black (K on CMYK) = 0.02.

Color convert

RGB 192 250 243 -
CMYK 0.23 0 0.03 0.02
HSL 172.76º 0.85% 0.87% -
HSV(B) 172.76º 0.23% 0.98% -
XYZ 72.1 86.05 97.6 -
YUV 231.86 134.28 99.57 -
System Red Green Blue C M Y K H S L
Decimal 192 250 243 0.23 0 0.03 0.02 172.76 0.85 0.87
Hex C0 FA F3 17 0 3 2 AD 55 57
Octal 300 372 363 27 0 3 2 255 125 127
Binary 11000000 11111010 11110011 10111 0 11 10 10101101 1010101 1010111

Color Harmonies of #C0FAF3

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #C0FAF3

Black with #C0FAF3

Text Example


Text Example

White with #C0FAF3

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #C0FAF3; }

 p { color: rgb(192,250,243); }

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

background-color css

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

 a { background-color: rgb(192,250,243); }

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

border-color css

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

 span { border-color: rgb(192,250,243); }

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