Html Css Color HEX #C0FBF8 Pale Turquoise

📋 copy color: '#C0FBF8'

red 192 ◦ green 251 ◦ blue 248

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

Shades of Pale Turquoise #C0FBF8

Tints of Pale Turquoise #C0FBF8

RGB

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

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

 BLUE value IS 248 (97.27% from 255) = 35.89%

R = 27.79%
G = 36.32%
B = 35.89%

CMYK

 C value IS 0.24

 M value IS 0

 Y value IS 0.01

 K value IS 0.02

RGB Variations

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

Color information

#C0FBF8 (or 0xC0FBF8) is known color: Pale Turquoise. HEX triplet: C0, FB and F8. RGB value is (192,251,248). Sum of RGB (Red+Green+Blue) = 192+251+248=691 (91% of max value = 765). Red value is 192 (75.39% from 255 or 27.79% from 691); Green value is 251 (98.44% from 255 or 36.32% from 691); Blue value is 248 (97.27% from 255 or 35.89% from 691); Max value from RGB is 251 - color contains mainly: green. Hex color #C0FBF8 is not a web safe color. Web safe color analog (approx): #CCFFFF. Inversed color of #C0FBF8 is #3F0407. Grayscale: #E8E8E8. Windows color (decimal): -4129800 or 16317376. OLE color: 16317376.

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

Color convert

RGB 192 251 248 -
CMYK 0.24 0 0.01 0.02
HSL 176.95º 0.88% 0.87% -
HSV(B) 176.95º 0.24% 0.98% -
XYZ 73.18 86.98 101.74 -
YUV 233.02 136.45 98.74 -
System Red Green Blue C M Y K H S L
Decimal 192 251 248 0.24 0 0.01 0.02 176.95 0.88 0.87
Hex C0 FB F8 18 0 1 2 B1 58 57
Octal 300 373 370 30 0 1 2 261 130 127
Binary 11000000 11111011 11111000 11000 0 1 10 10110001 1011000 1010111

Color Harmonies of #C0FBF8

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #C0FBF8

Black with #C0FBF8

Text Example


Text Example

White with #C0FBF8

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #C0FBF8; }

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

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

background-color css

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

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

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

border-color css

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

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

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