Html Css Color HEX #C2FCFF Pale Turquoise

📋 copy color: '#C2FCFF'

red 194 ◦ green 252 ◦ blue 255

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

Shades of Pale Turquoise #C2FCFF

Tints of Pale Turquoise #C2FCFF

RGB

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

 GREEN value IS 252 (98.83% from 255) = 35.95%

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

R = 27.67%
G = 35.95%
B = 36.38%

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

#C2FCFF (or 0xC2FCFF) is known color: Pale Turquoise. HEX triplet: C2, FC and FF. RGB value is (194,252,255). Sum of RGB (Red+Green+Blue) = 194+252+255=701 (92% of max value = 765). Red value is 194 (76.17% from 255 or 27.67% from 701); Green value is 252 (98.83% from 255 or 35.95% from 701); Blue value is 255 (100% from 255 or 36.38% from 701); Max value from RGB is 255 - color contains mainly: blue. Hex color #C2FCFF is not a web safe color. Web safe color analog (approx): #CCFFFF. Inversed color of #C2FCFF is #3D0300. Grayscale: #EAEAEA. Windows color (decimal): -3998465 or 16776386. OLE color: 16776386.

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

Color convert

RGB 194 252 255 -
CMYK 0.24 0.01 0 0
HSL 182.95º 1% 0.88% -
HSV(B) 182.95º 0.24% 1% -
XYZ 75.11 88.31 107.69 -
YUV 235 139.28 98.76 -
System Red Green Blue C M Y K H S L
Decimal 194 252 255 0.24 0.01 0 0 182.95 1 0.88
Hex C2 FC FF 18 1 0 0 B7 64 58
Octal 302 374 377 30 1 0 0 267 144 130
Binary 11000010 11111100 11111111 11000 1 0 0 10110111 1100100 1011000

Color Harmonies of #C2FCFF

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #C2FCFF

Black with #C2FCFF

Text Example


Text Example

White with #C2FCFF

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #C2FCFF; }

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

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

background-color css

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

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

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

border-color css

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

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

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