Html Css Color HEX #C0FBF3 Pale Turquoise

📋 copy color: '#C0FBF3'

red 192 ◦ green 251 ◦ blue 243

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

Shades of Pale Turquoise #C0FBF3

Tints of Pale Turquoise #C0FBF3

RGB

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

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

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

R = 27.99%
G = 36.59%
B = 35.42%

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

#C0FBF3 (or 0xC0FBF3) is known color: Pale Turquoise. HEX triplet: C0, FB and F3. RGB value is (192,251,243). Sum of RGB (Red+Green+Blue) = 192+251+243=686 (90% of max value = 765). Red value is 192 (75.39% from 255 or 27.99% from 686); Green value is 251 (98.44% from 255 or 36.59% from 686); Blue value is 243 (95.31% from 255 or 35.42% from 686); Max value from RGB is 251 - color contains mainly: green. Hex color #C0FBF3 is not a web safe color. Web safe color analog (approx): #CCFFFF. Inversed color of #C0FBF3 is #3F040C. Grayscale: #E8E8E8. Windows color (decimal): -4129805 or 15989696. OLE color: 15989696.

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

Color convert

RGB 192 251 243 -
CMYK 0.24 0 0.03 0.02
HSL 171.86º 0.88% 0.87% -
HSV(B) 171.86º 0.24% 0.98% -
XYZ 72.41 86.67 97.71 -
YUV 232.45 133.95 99.15 -
System Red Green Blue C M Y K H S L
Decimal 192 251 243 0.24 0 0.03 0.02 171.86 0.88 0.87
Hex C0 FB F3 18 0 3 2 AC 58 57
Octal 300 373 363 30 0 3 2 254 130 127
Binary 11000000 11111011 11110011 11000 0 11 10 10101100 1011000 1010111

Color Harmonies of #C0FBF3

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #C0FBF3

Black with #C0FBF3

Text Example


Text Example

White with #C0FBF3

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #C0FBF3; }

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

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

background-color css

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

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

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

border-color css

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

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

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