Html Css Color HEX #C3F9FA Pale Turquoise

📋 copy color: '#C3F9FA'

red 195 ◦ green 249 ◦ blue 250

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

Shades of Pale Turquoise #C3F9FA

Tints of Pale Turquoise #C3F9FA

RGB

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

 GREEN value IS 249 (97.66% from 255) = 35.88%

 BLUE value IS 250 (98.05% from 255) = 36.02%

R = 28.1%
G = 35.88%
B = 36.02%

CMYK

 C value IS 0.22

 M value IS 0.00

 Y value IS 0

 K value IS 0.02

RGB Variations

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

Color information

#C3F9FA (or 0xC3F9FA) is known color: Pale Turquoise. HEX triplet: C3, F9 and FA. RGB value is (195,249,250). Sum of RGB (Red+Green+Blue) = 195+249+250=694 (91% of max value = 765). Red value is 195 (76.56% from 255 or 28.10% from 694); Green value is 249 (97.66% from 255 or 35.88% from 694); Blue value is 250 (98.05% from 255 or 36.02% from 694); Max value from RGB is 250 - color contains mainly: blue. Hex color #C3F9FA is not a web safe color. Web safe color analog (approx): #CCFFFF. Inversed color of #C3F9FA is #3C0605. Grayscale: #E8E8E8. Windows color (decimal): -3933702 or 16447939. OLE color: 16447939.

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

Color convert

RGB 195 249 250 -
CMYK 0.22 0.00 0 0.02
HSL 181.09º 0.85% 0.87% -
HSV(B) 181.09º 0.22% 0.98% -
XYZ 73.64 86.26 103.21 -
YUV 232.97 137.61 100.92 -
System Red Green Blue C M Y K H S L
Decimal 195 249 250 0.22 0.00 0 0.02 181.09 0.85 0.87
Hex C3 F9 FA 16 0 0 2 B5 55 57
Octal 303 371 372 26 0 0 2 265 125 127
Binary 11000011 11111001 11111010 10110 0 0 10 10110101 1010101 1010111

Color Harmonies of #C3F9FA

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #C3F9FA

Black with #C3F9FA

Text Example


Text Example

White with #C3F9FA

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #C3F9FA; }

 p { color: rgb(195,249,250); }

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

background-color css

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

 a { background-color: rgb(195,249,250); }

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

border-color css

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

 span { border-color: rgb(195,249,250); }

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