Html Css Color HEX #C1FDF5 Pale Turquoise

📋 copy color: '#C1FDF5'

red 193 ◦ green 253 ◦ blue 245

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

Shades of Pale Turquoise #C1FDF5

Tints of Pale Turquoise #C1FDF5

RGB

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

 GREEN value IS 253 (99.22% from 255) = 36.61%

 BLUE value IS 245 (96.09% from 255) = 35.46%

R = 27.93%
G = 36.61%
B = 35.46%

CMYK

 C value IS 0.24

 M value IS 0

 Y value IS 0.03

 K value IS 0.01

RGB Variations

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

Color information

#C1FDF5 (or 0xC1FDF5) is known color: Pale Turquoise. HEX triplet: C1, FD and F5. RGB value is (193,253,245). Sum of RGB (Red+Green+Blue) = 193+253+245=691 (91% of max value = 765). Red value is 193 (75.78% from 255 or 27.93% from 691); Green value is 253 (99.22% from 255 or 36.61% from 691); Blue value is 245 (96.09% from 255 or 35.46% from 691); Max value from RGB is 253 - color contains mainly: green. Hex color #C1FDF5 is not a web safe color. Web safe color analog (approx): #CCFFFF. Inversed color of #C1FDF5 is #3E020A. Grayscale: #EAEAEA. Windows color (decimal): -4063755 or 16121281. OLE color: 16121281.

HSL color Cylindrical-coordinate representation of color #C1FDF5: hue angle of 172º degrees, saturation: 0.94, lightness: 0.87%. HSV value (or HSB Brightness) of color is 0.99% and HSV saturation: 0.24%. Process color model (Four color, CMYK) of #C1FDF5 is Cyan = 0.24, Magento = 0, Yellow = 0.03 and Black (K on CMYK) = 0.01.

Color convert

RGB 193 253 245 -
CMYK 0.24 0 0.03 0.01
HSL 172º 0.94% 0.87% -
HSV(B) 172º 0.24% 0.99% -
XYZ 73.6 88.18 99.53 -
YUV 234.15 134.12 98.65 -
System Red Green Blue C M Y K H S L
Decimal 193 253 245 0.24 0 0.03 0.01 172 0.94 0.87
Hex C1 FD F5 18 0 3 1 AC 5E 57
Octal 301 375 365 30 0 3 1 254 136 127
Binary 11000001 11111101 11110101 11000 0 11 1 10101100 1011110 1010111

Color Harmonies of #C1FDF5

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #C1FDF5

Black with #C1FDF5

Text Example


Text Example

White with #C1FDF5

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #C1FDF5; }

 p { color: rgb(193,253,245); }

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

background-color css

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

 a { background-color: rgb(193,253,245); }

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

border-color css

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

 span { border-color: rgb(193,253,245); }

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