Html Css Color HEX #C2FCFC Pale Turquoise

📋 copy color: '#C2FCFC'

red 194 ◦ green 252 ◦ blue 252

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

Shades of Pale Turquoise #C2FCFC

Tints of Pale Turquoise #C2FCFC

RGB

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

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

 BLUE value IS 252 (98.83% from 255) = 36.1%

R = 27.79%
G = 36.1%
B = 36.1%

CMYK

 C value IS 0.23

 M value IS 0

 Y value IS 0

 K value IS 0.01

RGB Variations

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

Color information

#C2FCFC (or 0xC2FCFC) is known color: Pale Turquoise. HEX triplet: C2, FC and FC. RGB value is (194,252,252). Sum of RGB (Red+Green+Blue) = 194+252+252=698 (92% of max value = 765). Red value is 194 (76.17% from 255 or 27.79% from 698); Green value is 252 (98.83% from 255 or 36.10% from 698); Blue value is 252 (98.83% from 255 or 36.10% from 698); Max value from RGB is 252 - color contains mainly: green, blue. Hex color #C2FCFC is not a web safe color. Web safe color analog (approx): #CCFFFF. Inversed color of #C2FCFC is #3D0303. Grayscale: #EAEAEA. Windows color (decimal): -3998468 or 16579778. OLE color: 16579778.

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

Color convert

RGB 194 252 252 -
CMYK 0.23 0 0 0.01
HSL 180º 0.91% 0.87% -
HSV(B) 180º 0.23% 0.99% -
XYZ 74.63 88.12 105.17 -
YUV 234.66 137.78 99 -
System Red Green Blue C M Y K H S L
Decimal 194 252 252 0.23 0 0 0.01 180 0.91 0.87
Hex C2 FC FC 17 0 0 1 B4 5B 57
Octal 302 374 374 27 0 0 1 264 133 127
Binary 11000010 11111100 11111100 10111 0 0 1 10110100 1011011 1010111

Color Harmonies of #C2FCFC

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #C2FCFC

Black with #C2FCFC

Text Example


Text Example

White with #C2FCFC

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #C2FCFC; }

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

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

background-color css

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

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

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

border-color css

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

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

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