Html Css Color HEX #C1FAFD Pale Turquoise

📋 copy color: '#C1FAFD'

red 193 ◦ green 250 ◦ blue 253

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

Shades of Pale Turquoise #C1FAFD

Tints of Pale Turquoise #C1FAFD

RGB

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

 GREEN value IS 250 (98.05% from 255) = 35.92%

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

R = 27.73%
G = 35.92%
B = 36.35%

CMYK

 C value IS 0.24

 M value IS 0.01

 Y value IS 0

 K value IS 0.01

RGB Variations

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

Color information

#C1FAFD (or 0xC1FAFD) is known color: Pale Turquoise. HEX triplet: C1, FA and FD. RGB value is (193,250,253). Sum of RGB (Red+Green+Blue) = 193+250+253=696 (92% of max value = 765). Red value is 193 (75.78% from 255 or 27.73% from 696); Green value is 250 (98.05% from 255 or 35.92% from 696); Blue value is 253 (99.22% from 255 or 36.35% from 696); Max value from RGB is 253 - color contains mainly: blue. Hex color #C1FAFD is not a web safe color. Web safe color analog (approx): #CCFFFF. Inversed color of #C1FAFD is #3E0502. Grayscale: #E9E9E9. Windows color (decimal): -4064515 or 16644801. OLE color: 16644801.

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

Color convert

RGB 193 250 253 -
CMYK 0.24 0.01 0 0.01
HSL 183º 0.94% 0.87% -
HSV(B) 183º 0.24% 0.99% -
XYZ 73.91 86.8 105.79 -
YUV 233.3 139.12 99.26 -
System Red Green Blue C M Y K H S L
Decimal 193 250 253 0.24 0.01 0 0.01 183 0.94 0.87
Hex C1 FA FD 18 1 0 1 B7 5E 57
Octal 301 372 375 30 1 0 1 267 136 127
Binary 11000001 11111010 11111101 11000 1 0 1 10110111 1011110 1010111

Color Harmonies of #C1FAFD

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #C1FAFD

Black with #C1FAFD

Text Example


Text Example

White with #C1FAFD

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #C1FAFD; }

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

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

background-color css

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

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

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

border-color css

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

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

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