Html Css Color HEX #C3FCFB Pale Turquoise

📋 copy color: '#C3FCFB'

red 195 ◦ green 252 ◦ blue 251

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

Shades of Pale Turquoise #C3FCFB

Tints of Pale Turquoise #C3FCFB

RGB

 RED value IS 195 (76.56% from 255) = 27.94%

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

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

R = 27.94%
G = 36.1%
B = 35.96%

CMYK

 C value IS 0.23

 M value IS 0

 Y value IS 0.00

 K value IS 0.01

RGB Variations

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

Color information

#C3FCFB (or 0xC3FCFB) is known color: Pale Turquoise. HEX triplet: C3, FC and FB. RGB value is (195,252,251). Sum of RGB (Red+Green+Blue) = 195+252+251=698 (92% of max value = 765). Red value is 195 (76.56% from 255 or 27.94% from 698); Green value is 252 (98.83% from 255 or 36.10% from 698); Blue value is 251 (98.44% from 255 or 35.96% from 698); Max value from RGB is 252 - color contains mainly: green. Hex color #C3FCFB is not a web safe color. Web safe color analog (approx): #CCFFFF. Inversed color of #C3FCFB is #3C0304. Grayscale: #EAEAEA. Windows color (decimal): -3932933 or 16514243. OLE color: 16514243.

HSL color Cylindrical-coordinate representation of color #C3FCFB: hue angle of 178.95º degrees, saturation: 0.9, 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 #C3FCFB is Cyan = 0.23, Magento = 0, Yellow = 0.00 and Black (K on CMYK) = 0.01.

Color convert

RGB 195 252 251 -
CMYK 0.23 0 0.00 0.01
HSL 178.95º 0.9% 0.88% -
HSV(B) 178.95º 0.23% 0.99% -
XYZ 74.73 88.19 104.35 -
YUV 234.84 137.12 99.58 -
System Red Green Blue C M Y K H S L
Decimal 195 252 251 0.23 0 0.00 0.01 178.95 0.9 0.88
Hex C3 FC FB 17 0 0 1 B3 5A 58
Octal 303 374 373 27 0 0 1 263 132 130
Binary 11000011 11111100 11111011 10111 0 0 1 10110011 1011010 1011000

Color Harmonies of #C3FCFB

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #C3FCFB

Black with #C3FCFB

Text Example


Text Example

White with #C3FCFB

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #C3FCFB; }

 p { color: rgb(195,252,251); }

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

background-color css

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

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

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

border-color css

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

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

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