Html Css Color HEX #C0FBF2 Pale Turquoise

📋 copy color: '#C0FBF2'

red 192 ◦ green 251 ◦ blue 242

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

Shades of Pale Turquoise #C0FBF2

Tints of Pale Turquoise #C0FBF2

RGB

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

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

 BLUE value IS 242 (94.92% from 255) = 35.33%

R = 28.03%
G = 36.64%
B = 35.33%

CMYK

 C value IS 0.24

 M value IS 0

 Y value IS 0.04

 K value IS 0.02

RGB Variations

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

Color information

#C0FBF2 (or 0xC0FBF2) is known color: Pale Turquoise. HEX triplet: C0, FB and F2. RGB value is (192,251,242). Sum of RGB (Red+Green+Blue) = 192+251+242=685 (90% of max value = 765). Red value is 192 (75.39% from 255 or 28.03% from 685); Green value is 251 (98.44% from 255 or 36.64% from 685); Blue value is 242 (94.92% from 255 or 35.33% from 685); Max value from RGB is 251 - color contains mainly: green. Hex color #C0FBF2 is not a web safe color. Web safe color analog (approx): #CCFFFF. Inversed color of #C0FBF2 is #3F040D. Grayscale: #E8E8E8. Windows color (decimal): -4129806 or 15924160. OLE color: 15924160.

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

Color convert

RGB 192 251 242 -
CMYK 0.24 0 0.04 0.02
HSL 170.85º 0.88% 0.87% -
HSV(B) 170.85º 0.24% 0.98% -
XYZ 72.26 86.61 96.91 -
YUV 232.33 133.45 99.23 -
System Red Green Blue C M Y K H S L
Decimal 192 251 242 0.24 0 0.04 0.02 170.85 0.88 0.87
Hex C0 FB F2 18 0 4 2 AB 58 57
Octal 300 373 362 30 0 4 2 253 130 127
Binary 11000000 11111011 11110010 11000 0 100 10 10101011 1011000 1010111

Color Harmonies of #C0FBF2

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #C0FBF2

Black with #C0FBF2

Text Example


Text Example

White with #C0FBF2

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #C0FBF2; }

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

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

background-color css

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

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

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

border-color css

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

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

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