Html Css Color HEX #C0FBF7 Pale Turquoise

📋 copy color: '#C0FBF7'

red 192 ◦ green 251 ◦ blue 247

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

Shades of Pale Turquoise #C0FBF7

Tints of Pale Turquoise #C0FBF7

RGB

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

 GREEN value IS 251 (98.44% from 255) = 36.38%

 BLUE value IS 247 (96.88% from 255) = 35.8%

R = 27.83%
G = 36.38%
B = 35.8%

CMYK

 C value IS 0.24

 M value IS 0

 Y value IS 0.02

 K value IS 0.02

RGB Variations

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

Color information

#C0FBF7 (or 0xC0FBF7) is known color: Pale Turquoise. HEX triplet: C0, FB and F7. RGB value is (192,251,247). Sum of RGB (Red+Green+Blue) = 192+251+247=690 (91% of max value = 765). Red value is 192 (75.39% from 255 or 27.83% from 690); Green value is 251 (98.44% from 255 or 36.38% from 690); Blue value is 247 (96.88% from 255 or 35.80% from 690); Max value from RGB is 251 - color contains mainly: green. Hex color #C0FBF7 is not a web safe color. Web safe color analog (approx): #CCFFFF. Inversed color of #C0FBF7 is #3F0408. Grayscale: #E8E8E8. Windows color (decimal): -4129801 or 16251840. OLE color: 16251840.

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

Color convert

RGB 192 251 247 -
CMYK 0.24 0 0.02 0.02
HSL 175.93º 0.88% 0.87% -
HSV(B) 175.93º 0.24% 0.98% -
XYZ 73.02 86.92 100.92 -
YUV 232.9 135.95 98.83 -
System Red Green Blue C M Y K H S L
Decimal 192 251 247 0.24 0 0.02 0.02 175.93 0.88 0.87
Hex C0 FB F7 18 0 2 2 B0 58 57
Octal 300 373 367 30 0 2 2 260 130 127
Binary 11000000 11111011 11110111 11000 0 10 10 10110000 1011000 1010111

Color Harmonies of #C0FBF7

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #C0FBF7

Black with #C0FBF7

Text Example


Text Example

White with #C0FBF7

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #C0FBF7; }

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

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

background-color css

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

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

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

border-color css

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

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

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