Html Css Color HEX #C2FBFE Pale Turquoise

📋 copy color: '#C2FBFE'

red 194 ◦ green 251 ◦ blue 254

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

Shades of Pale Turquoise #C2FBFE

Tints of Pale Turquoise #C2FBFE

RGB

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

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

 BLUE value IS 254 (99.61% from 255) = 36.34%

R = 27.75%
G = 35.91%
B = 36.34%

CMYK

 C value IS 0.24

 M value IS 0.01

 Y value IS 0

 K value IS 0.00

RGB Variations

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

Color information

#C2FBFE (or 0xC2FBFE) is known color: Pale Turquoise. HEX triplet: C2, FB and FE. RGB value is (194,251,254). Sum of RGB (Red+Green+Blue) = 194+251+254=699 (92% of max value = 765). Red value is 194 (76.17% from 255 or 27.75% from 699); Green value is 251 (98.44% from 255 or 35.91% from 699); Blue value is 254 (99.61% from 255 or 36.34% from 699); Max value from RGB is 254 - color contains mainly: blue. Hex color #C2FBFE is not a web safe color. Web safe color analog (approx): #CCFFFF. Inversed color of #C2FBFE is #3D0401. Grayscale: #EAEAEA. Windows color (decimal): -3998722 or 16710594. OLE color: 16710594.

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

Color convert

RGB 194 251 254 -
CMYK 0.24 0.01 0 0.00
HSL 183º 0.97% 0.88% -
HSV(B) 183º 0.24% 1% -
XYZ 74.63 87.62 106.74 -
YUV 234.3 139.12 99.26 -
System Red Green Blue C M Y K H S L
Decimal 194 251 254 0.24 0.01 0 0.00 183 0.97 0.88
Hex C2 FB FE 18 1 0 0 B7 61 58
Octal 302 373 376 30 1 0 0 267 141 130
Binary 11000010 11111011 11111110 11000 1 0 0 10110111 1100001 1011000

Color Harmonies of #C2FBFE

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #C2FBFE

Black with #C2FBFE

Text Example


Text Example

White with #C2FBFE

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #C2FBFE; }

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

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

background-color css

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

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

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

border-color css

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

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

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