Html Css Color HEX #C1FBFF Pale Turquoise

📋 copy color: '#C1FBFF'

red 193 ◦ green 251 ◦ blue 255

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

Shades of Pale Turquoise #C1FBFF

Tints of Pale Turquoise #C1FBFF

RGB

 RED value IS 193 (75.78% from 255) = 27.61%

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

 BLUE value IS 255 (100% from 255) = 36.48%

R = 27.61%
G = 35.91%
B = 36.48%

CMYK

 C value IS 0.24

 M value IS 0.02

 Y value IS 0

 K value IS 0

RGB Variations

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

Color information

#C1FBFF (or 0xC1FBFF) is known color: Pale Turquoise. HEX triplet: C1, FB and FF. RGB value is (193,251,255). Sum of RGB (Red+Green+Blue) = 193+251+255=699 (92% of max value = 765). Red value is 193 (75.78% from 255 or 27.61% from 699); Green value is 251 (98.44% from 255 or 35.91% from 699); Blue value is 255 (100% from 255 or 36.48% from 699); Max value from RGB is 255 - color contains mainly: blue. Hex color #C1FBFF is not a web safe color. Web safe color analog (approx): #CCFFFF. Inversed color of #C1FBFF is #3E0400. Grayscale: #EAEAEA. Windows color (decimal): -4064257 or 16776129. OLE color: 16776129.

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

Color convert

RGB 193 251 255 -
CMYK 0.24 0.02 0 0
HSL 183.87º 1% 0.88% -
HSV(B) 183.87º 0.24% 1% -
XYZ 74.54 87.55 107.58 -
YUV 234.11 139.78 98.67 -
System Red Green Blue C M Y K H S L
Decimal 193 251 255 0.24 0.02 0 0 183.87 1 0.88
Hex C1 FB FF 18 2 0 0 B8 64 58
Octal 301 373 377 30 2 0 0 270 144 130
Binary 11000001 11111011 11111111 11000 10 0 0 10111000 1100100 1011000

Color Harmonies of #C1FBFF

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #C1FBFF

Black with #C1FBFF

Text Example


Text Example

White with #C1FBFF

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #C1FBFF; }

 p { color: rgb(193,251,255); }

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

background-color css

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

 a { background-color: rgb(193,251,255); }

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

border-color css

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

 span { border-color: rgb(193,251,255); }

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