Html Css Color HEX #C2FBFB Pale Turquoise

📋 copy color: '#C2FBFB'

red 194 ◦ green 251 ◦ blue 251

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

Shades of Pale Turquoise #C2FBFB

Tints of Pale Turquoise #C2FBFB

RGB

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

 GREEN value IS 251 (98.44% from 255) = 36.06%

 BLUE value IS 251 (98.44% from 255) = 36.06%

R = 27.87%
G = 36.06%
B = 36.06%

CMYK

 C value IS 0.23

 M value IS 0

 Y value IS 0

 K value IS 0.02

RGB Variations

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

Color information

#C2FBFB (or 0xC2FBFB) is known color: Pale Turquoise. HEX triplet: C2, FB and FB. RGB value is (194,251,251). Sum of RGB (Red+Green+Blue) = 194+251+251=696 (92% of max value = 765). Red value is 194 (76.17% from 255 or 27.87% from 696); Green value is 251 (98.44% from 255 or 36.06% from 696); Blue value is 251 (98.44% from 255 or 36.06% from 696); Max value from RGB is 251 - color contains mainly: green, blue. Hex color #C2FBFB is not a web safe color. Web safe color analog (approx): #CCFFFF. Inversed color of #C2FBFB is #3D0404. Grayscale: #E9E9E9. Windows color (decimal): -3998725 or 16513986. OLE color: 16513986.

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

Color convert

RGB 194 251 251 -
CMYK 0.23 0 0 0.02
HSL 180º 0.88% 0.87% -
HSV(B) 180º 0.23% 0.98% -
XYZ 74.16 87.43 104.23 -
YUV 233.96 137.62 99.5 -
System Red Green Blue C M Y K H S L
Decimal 194 251 251 0.23 0 0 0.02 180 0.88 0.87
Hex C2 FB FB 17 0 0 2 B4 58 57
Octal 302 373 373 27 0 0 2 264 130 127
Binary 11000010 11111011 11111011 10111 0 0 10 10110100 1011000 1010111

Color Harmonies of #C2FBFB

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #C2FBFB

Black with #C2FBFB

Text Example


Text Example

White with #C2FBFB

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #C2FBFB; }

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

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

background-color css

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

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

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

border-color css

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

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

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