Html Css Color HEX #C2FBFD Pale Turquoise

📋 copy color: '#C2FBFD'

red 194 ◦ green 251 ◦ blue 253

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

Shades of Pale Turquoise #C2FBFD

Tints of Pale Turquoise #C2FBFD

RGB

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

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

 BLUE value IS 253 (99.22% from 255) = 36.25%

R = 27.79%
G = 35.96%
B = 36.25%

CMYK

 C value IS 0.23

 M value IS 0.01

 Y value IS 0

 K value IS 0.01

RGB Variations

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

Color information

#C2FBFD (or 0xC2FBFD) is known color: Pale Turquoise. HEX triplet: C2, FB and FD. RGB value is (194,251,253). Sum of RGB (Red+Green+Blue) = 194+251+253=698 (92% of max value = 765). Red value is 194 (76.17% from 255 or 27.79% from 698); Green value is 251 (98.44% from 255 or 35.96% from 698); Blue value is 253 (99.22% from 255 or 36.25% from 698); Max value from RGB is 253 - color contains mainly: blue. Hex color #C2FBFD is not a web safe color. Web safe color analog (approx): #CCFFFF. Inversed color of #C2FBFD is #3D0402. Grayscale: #EAEAEA. Windows color (decimal): -3998723 or 16645058. OLE color: 16645058.

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

Color convert

RGB 194 251 253 -
CMYK 0.23 0.01 0 0.01
HSL 182.03º 0.94% 0.88% -
HSV(B) 182.03º 0.23% 0.99% -
XYZ 74.47 87.56 105.9 -
YUV 234.19 138.62 99.34 -
System Red Green Blue C M Y K H S L
Decimal 194 251 253 0.23 0.01 0 0.01 182.03 0.94 0.88
Hex C2 FB FD 17 1 0 1 B6 5E 58
Octal 302 373 375 27 1 0 1 266 136 130
Binary 11000010 11111011 11111101 10111 1 0 1 10110110 1011110 1011000

Color Harmonies of #C2FBFD

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #C2FBFD

Black with #C2FBFD

Text Example


Text Example

White with #C2FBFD

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #C2FBFD; }

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

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

background-color css

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

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

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

border-color css

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

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

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