Html Css Color HEX #C1FCFE Pale Turquoise

📋 copy color: '#C1FCFE'

red 193 ◦ green 252 ◦ blue 254

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

Shades of Pale Turquoise #C1FCFE

Tints of Pale Turquoise #C1FCFE

RGB

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

 GREEN value IS 252 (98.83% from 255) = 36.05%

 BLUE value IS 254 (99.61% from 255) = 36.34%

R = 27.61%
G = 36.05%
B = 36.34%

CMYK

 C value IS 0.24

 M value IS 0.01

 Y value IS 0

 K value IS 0.00

RGB Variations

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

Color information

#C1FCFE (or 0xC1FCFE) is known color: Pale Turquoise. HEX triplet: C1, FC and FE. RGB value is (193,252,254). Sum of RGB (Red+Green+Blue) = 193+252+254=699 (92% of max value = 765). Red value is 193 (75.78% from 255 or 27.61% from 699); Green value is 252 (98.83% from 255 or 36.05% from 699); Blue value is 254 (99.61% from 255 or 36.34% from 699); Max value from RGB is 254 - color contains mainly: blue. Hex color #C1FCFE is not a web safe color. Web safe color analog (approx): #CCFFFF. Inversed color of #C1FCFE is #3E0301. Grayscale: #EAEAEA. Windows color (decimal): -4064002 or 16710849. OLE color: 16710849.

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

Color convert

RGB 193 252 254 -
CMYK 0.24 0.01 0 0.00
HSL 181.97º 0.97% 0.88% -
HSV(B) 181.97º 0.24% 1% -
XYZ 74.69 88.11 106.84 -
YUV 234.59 138.95 98.34 -
System Red Green Blue C M Y K H S L
Decimal 193 252 254 0.24 0.01 0 0.00 181.97 0.97 0.88
Hex C1 FC FE 18 1 0 0 B6 61 58
Octal 301 374 376 30 1 0 0 266 141 130
Binary 11000001 11111100 11111110 11000 1 0 0 10110110 1100001 1011000

Color Harmonies of #C1FCFE

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #C1FCFE

Black with #C1FCFE

Text Example


Text Example

White with #C1FCFE

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #C1FCFE; }

 p { color: rgb(193,252,254); }

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

background-color css

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

 a { background-color: rgb(193,252,254); }

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

border-color css

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

 span { border-color: rgb(193,252,254); }

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