Html Css Color HEX #C0F7F3 Pale Turquoise

📋 copy color: '#C0F7F3'

red 192 ◦ green 247 ◦ blue 243

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

Shades of Pale Turquoise #C0F7F3

Tints of Pale Turquoise #C0F7F3

RGB

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

 GREEN value IS 247 (96.88% from 255) = 36.22%

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

R = 28.15%
G = 36.22%
B = 35.63%

CMYK

 C value IS 0.22

 M value IS 0

 Y value IS 0.02

 K value IS 0.03

RGB Variations

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

Color information

#C0F7F3 (or 0xC0F7F3) is known color: Pale Turquoise. HEX triplet: C0, F7 and F3. RGB value is (192,247,243). Sum of RGB (Red+Green+Blue) = 192+247+243=682 (90% of max value = 765). Red value is 192 (75.39% from 255 or 28.15% from 682); Green value is 247 (96.88% from 255 or 36.22% from 682); Blue value is 243 (95.31% from 255 or 35.63% from 682); Max value from RGB is 247 - color contains mainly: green. Hex color #C0F7F3 is not a web safe color. Web safe color analog (approx): #CCFFFF. Inversed color of #C0F7F3 is #3F080C. Grayscale: #E6E6E6. Windows color (decimal): -4130829 or 15988672. OLE color: 15988672.

HSL color Cylindrical-coordinate representation of color #C0F7F3: hue angle of 175.64º degrees, saturation: 0.77, lightness: 0.86%. HSV value (or HSB Brightness) of color is 0.97% and HSV saturation: 0.22%. Process color model (Four color, CMYK) of #C0F7F3 is Cyan = 0.22, Magento = 0, Yellow = 0.02 and Black (K on CMYK) = 0.03.

Color convert

RGB 192 247 243 -
CMYK 0.22 0 0.02 0.03
HSL 175.64º 0.77% 0.86% -
HSV(B) 175.64º 0.22% 0.97% -
XYZ 71.18 84.2 97.29 -
YUV 230.1 135.28 100.83 -
System Red Green Blue C M Y K H S L
Decimal 192 247 243 0.22 0 0.02 0.03 175.64 0.77 0.86
Hex C0 F7 F3 16 0 2 3 B0 4D 56
Octal 300 367 363 26 0 2 3 260 115 126
Binary 11000000 11110111 11110011 10110 0 10 11 10110000 1001101 1010110

Color Harmonies of #C0F7F3

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #C0F7F3

Black with #C0F7F3

Text Example


Text Example

White with #C0F7F3

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #C0F7F3; }

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

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

background-color css

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

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

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

border-color css

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

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

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