Html Css Color HEX #95FDF0 Pale Turquoise

📋 copy color: '#95FDF0'

red 149 ◦ green 253 ◦ blue 240

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

Shades of Pale Turquoise #95FDF0

Tints of Pale Turquoise #95FDF0

RGB

 RED value IS 149 (58.59% from 255) = 23.21%

 GREEN value IS 253 (99.22% from 255) = 39.41%

 BLUE value IS 240 (94.14% from 255) = 37.38%

R = 23.21%
G = 39.41%
B = 37.38%

CMYK

 C value IS 0.41

 M value IS 0

 Y value IS 0.05

 K value IS 0.01

RGB Variations

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

Color information

#95FDF0 (or 0x95FDF0) is known color: Pale Turquoise. HEX triplet: 95, FD and F0. RGB value is (149,253,240). Sum of RGB (Red+Green+Blue) = 149+253+240=642 (85% of max value = 765). Red value is 149 (58.59% from 255 or 23.21% from 642); Green value is 253 (99.22% from 255 or 39.41% from 642); Blue value is 240 (94.14% from 255 or 37.38% from 642); Max value from RGB is 253 - color contains mainly: green. Hex color #95FDF0 is not a web safe color. Web safe color analog (approx): #99FFFF. Inversed color of #95FDF0 is #6A020F. Grayscale: #DCDCDC. Windows color (decimal): -6947344 or 15793557. OLE color: 15793557.

HSL color Cylindrical-coordinate representation of color #95FDF0: hue angle of 172.5º degrees, saturation: 0.96, lightness: 0.79%. HSV value (or HSB Brightness) of color is 0.99% and HSV saturation: 0.41%. Process color model (Four color, CMYK) of #95FDF0 is Cyan = 0.41, Magento = 0, Yellow = 0.05 and Black (K on CMYK) = 0.01.

Color convert

RGB 149 253 240 -
CMYK 0.41 0 0.05 0.01
HSL 172.5º 0.96% 0.79% -
HSV(B) 172.5º 0.41% 0.99% -
XYZ 63.25 82.93 95.11 -
YUV 220.42 139.04 77.06 -
System Red Green Blue C M Y K H S L
Decimal 149 253 240 0.41 0 0.05 0.01 172.5 0.96 0.79
Hex 95 FD F0 29 0 5 1 AC 60 4F
Octal 225 375 360 51 0 5 1 254 140 117
Binary 10010101 11111101 11110000 101001 0 101 1 10101100 1100000 1001111

Color Harmonies of #95FDF0

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #95FDF0

Black with #95FDF0

Text Example


Text Example

White with #95FDF0

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #95FDF0; }

 p { color: rgb(149,253,240); }

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

background-color css

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

 a { background-color: rgb(149,253,240); }

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

border-color css

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

 span { border-color: rgb(149,253,240); }

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