Html Css Color HEX #C1FDFD Pale Turquoise

📋 copy color: '#C1FDFD'

red 193 ◦ green 253 ◦ blue 253

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

Shades of Pale Turquoise #C1FDFD

Tints of Pale Turquoise #C1FDFD

RGB

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

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

 BLUE value IS 253 (99.22% from 255) = 36.19%

R = 27.61%
G = 36.19%
B = 36.19%

CMYK

 C value IS 0.24

 M value IS 0

 Y value IS 0

 K value IS 0.01

RGB Variations

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

Color information

#C1FDFD (or 0xC1FDFD) is known color: Pale Turquoise. HEX triplet: C1, FD and FD. RGB value is (193,253,253). Sum of RGB (Red+Green+Blue) = 193+253+253=699 (92% of max value = 765). Red value is 193 (75.78% from 255 or 27.61% from 699); Green value is 253 (99.22% from 255 or 36.19% from 699); Blue value is 253 (99.22% from 255 or 36.19% from 699); Max value from RGB is 253 - color contains mainly: green, blue. Hex color #C1FDFD is not a web safe color. Web safe color analog (approx): #CCFFFF. Inversed color of #C1FDFD is #3E0202. Grayscale: #EBEBEB. Windows color (decimal): -4063747 or 16645569. OLE color: 16645569.

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

Color convert

RGB 193 253 253 -
CMYK 0.24 0 0 0.01
HSL 180º 0.94% 0.87% -
HSV(B) 180º 0.24% 0.99% -
XYZ 74.85 88.68 106.1 -
YUV 235.06 138.12 98 -
System Red Green Blue C M Y K H S L
Decimal 193 253 253 0.24 0 0 0.01 180 0.94 0.87
Hex C1 FD FD 18 0 0 1 B4 5E 57
Octal 301 375 375 30 0 0 1 264 136 127
Binary 11000001 11111101 11111101 11000 0 0 1 10110100 1011110 1010111

Color Harmonies of #C1FDFD

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #C1FDFD

Black with #C1FDFD

Text Example


Text Example

White with #C1FDFD

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #C1FDFD; }

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

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

background-color css

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

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

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

border-color css

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

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

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