Html Css Color HEX #C2FAFD Pale Turquoise

📋 copy color: '#C2FAFD'

red 194 ◦ green 250 ◦ blue 253

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

Shades of Pale Turquoise #C2FAFD

Tints of Pale Turquoise #C2FAFD

RGB

 RED value IS 194 (76.17% from 255) = 27.83%

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

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

R = 27.83%
G = 35.87%
B = 36.3%

CMYK

 C value IS 0.23

 M value IS 0.01

 Y value IS 0

 K value IS 0.01

RGB Variations

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

Color information

#C2FAFD (or 0xC2FAFD) is known color: Pale Turquoise. HEX triplet: C2, FA and FD. RGB value is (194,250,253). Sum of RGB (Red+Green+Blue) = 194+250+253=697 (92% of max value = 765). Red value is 194 (76.17% from 255 or 27.83% from 697); Green value is 250 (98.05% from 255 or 35.87% from 697); Blue value is 253 (99.22% from 255 or 36.30% from 697); Max value from RGB is 253 - color contains mainly: blue. Hex color #C2FAFD is not a web safe color. Web safe color analog (approx): #CCFFFF. Inversed color of #C2FAFD is #3D0502. Grayscale: #E9E9E9. Windows color (decimal): -3998979 or 16644802. OLE color: 16644802.

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

Color convert

RGB 194 250 253 -
CMYK 0.23 0.01 0 0.01
HSL 183.05º 0.94% 0.88% -
HSV(B) 183.05º 0.23% 0.99% -
XYZ 74.16 86.93 105.8 -
YUV 233.6 138.95 99.76 -
System Red Green Blue C M Y K H S L
Decimal 194 250 253 0.23 0.01 0 0.01 183.05 0.94 0.88
Hex C2 FA FD 17 1 0 1 B7 5E 58
Octal 302 372 375 27 1 0 1 267 136 130
Binary 11000010 11111010 11111101 10111 1 0 1 10110111 1011110 1011000

Color Harmonies of #C2FAFD

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #C2FAFD

Black with #C2FAFD

Text Example


Text Example

White with #C2FAFD

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #C2FAFD; }

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

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

background-color css

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

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

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

border-color css

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

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

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