Html Css Color HEX #C2FDFF Pale Turquoise

📋 copy color: '#C2FDFF'

red 194 ◦ green 253 ◦ blue 255

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

Shades of Pale Turquoise #C2FDFF

Tints of Pale Turquoise #C2FDFF

RGB

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

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

 BLUE value IS 255 (100% from 255) = 36.32%

R = 27.64%
G = 36.04%
B = 36.32%

CMYK

 C value IS 0.24

 M value IS 0.01

 Y value IS 0

 K value IS 0

RGB Variations

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

Color information

#C2FDFF (or 0xC2FDFF) is known color: Pale Turquoise. HEX triplet: C2, FD and FF. RGB value is (194,253,255). Sum of RGB (Red+Green+Blue) = 194+253+255=702 (92% of max value = 765). Red value is 194 (76.17% from 255 or 27.64% from 702); Green value is 253 (99.22% from 255 or 36.04% from 702); Blue value is 255 (100% from 255 or 36.32% from 702); Max value from RGB is 255 - color contains mainly: blue. Hex color #C2FDFF is not a web safe color. Web safe color analog (approx): #CCFFFF. Inversed color of #C2FDFF is #3D0200. Grayscale: #EBEBEB. Windows color (decimal): -3998209 or 16776642. OLE color: 16776642.

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

Color convert

RGB 194 253 255 -
CMYK 0.24 0.01 0 0
HSL 181.97º 1% 0.88% -
HSV(B) 181.97º 0.24% 1% -
XYZ 75.42 88.94 107.8 -
YUV 235.59 138.95 98.34 -
System Red Green Blue C M Y K H S L
Decimal 194 253 255 0.24 0.01 0 0 181.97 1 0.88
Hex C2 FD FF 18 1 0 0 B6 64 58
Octal 302 375 377 30 1 0 0 266 144 130
Binary 11000010 11111101 11111111 11000 1 0 0 10110110 1100100 1011000

Color Harmonies of #C2FDFF

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #C2FDFF

Black with #C2FDFF

Text Example


Text Example

White with #C2FDFF

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #C2FDFF; }

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

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

background-color css

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

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

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

border-color css

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

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

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