Html Css Color HEX #C0FBF4 Pale Turquoise

📋 copy color: '#C0FBF4'

red 192 ◦ green 251 ◦ blue 244

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

Shades of Pale Turquoise #C0FBF4

Tints of Pale Turquoise #C0FBF4

RGB

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

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

 BLUE value IS 244 (95.7% from 255) = 35.52%

R = 27.95%
G = 36.54%
B = 35.52%

CMYK

 C value IS 0.24

 M value IS 0

 Y value IS 0.03

 K value IS 0.02

RGB Variations

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

Color information

#C0FBF4 (or 0xC0FBF4) is known color: Pale Turquoise. HEX triplet: C0, FB and F4. RGB value is (192,251,244). Sum of RGB (Red+Green+Blue) = 192+251+244=687 (90% of max value = 765). Red value is 192 (75.39% from 255 or 27.95% from 687); Green value is 251 (98.44% from 255 or 36.54% from 687); Blue value is 244 (95.70% from 255 or 35.52% from 687); Max value from RGB is 251 - color contains mainly: green. Hex color #C0FBF4 is not a web safe color. Web safe color analog (approx): #CCFFFF. Inversed color of #C0FBF4 is #3F040B. Grayscale: #E8E8E8. Windows color (decimal): -4129804 or 16055232. OLE color: 16055232.

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

Color convert

RGB 192 251 244 -
CMYK 0.24 0 0.03 0.02
HSL 172.88º 0.88% 0.87% -
HSV(B) 172.88º 0.24% 0.98% -
XYZ 72.56 86.73 98.5 -
YUV 232.56 134.45 99.07 -
System Red Green Blue C M Y K H S L
Decimal 192 251 244 0.24 0 0.03 0.02 172.88 0.88 0.87
Hex C0 FB F4 18 0 3 2 AD 58 57
Octal 300 373 364 30 0 3 2 255 130 127
Binary 11000000 11111011 11110100 11000 0 11 10 10101101 1011000 1010111

Color Harmonies of #C0FBF4

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #C0FBF4

Black with #C0FBF4

Text Example


Text Example

White with #C0FBF4

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #C0FBF4; }

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

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

background-color css

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

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

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

border-color css

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

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

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