Html Css Color HEX #95FCEA Pale Turquoise

📋 copy color: '#95FCEA'

red 149 ◦ green 252 ◦ blue 234

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

Shades of Pale Turquoise #95FCEA

Tints of Pale Turquoise #95FCEA

RGB

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

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

 BLUE value IS 234 (91.8% from 255) = 36.85%

R = 23.46%
G = 39.69%
B = 36.85%

CMYK

 C value IS 0.41

 M value IS 0

 Y value IS 0.07

 K value IS 0.01

RGB Variations

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

Color information

#95FCEA (or 0x95FCEA) is known color: Pale Turquoise. HEX triplet: 95, FC and EA. RGB value is (149,252,234). Sum of RGB (Red+Green+Blue) = 149+252+234=635 (84% of max value = 765). Red value is 149 (58.59% from 255 or 23.46% from 635); Green value is 252 (98.83% from 255 or 39.69% from 635); Blue value is 234 (91.80% from 255 or 36.85% from 635); Max value from RGB is 252 - color contains mainly: green. Hex color #95FCEA is not a web safe color. Web safe color analog (approx): #99FFFF. Inversed color of #95FCEA is #6A0315. Grayscale: #DBDBDB. Windows color (decimal): -6947606 or 15400085. OLE color: 15400085.

HSL color Cylindrical-coordinate representation of color #95FCEA: hue angle of 169.51º degrees, saturation: 0.94, 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 #95FCEA is Cyan = 0.41, Magento = 0, Yellow = 0.07 and Black (K on CMYK) = 0.01.

Color convert

RGB 149 252 234 -
CMYK 0.41 0 0.07 0.01
HSL 169.51º 0.94% 0.79% -
HSV(B) 169.51º 0.41% 0.99% -
XYZ 62.06 81.95 90.39 -
YUV 219.15 136.38 77.96 -
System Red Green Blue C M Y K H S L
Decimal 149 252 234 0.41 0 0.07 0.01 169.51 0.94 0.79
Hex 95 FC EA 29 0 7 1 AA 5E 4F
Octal 225 374 352 51 0 7 1 252 136 117
Binary 10010101 11111100 11101010 101001 0 111 1 10101010 1011110 1001111

Color Harmonies of #95FCEA

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #95FCEA

Black with #95FCEA

Text Example


Text Example

White with #95FCEA

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(149,252,234); }

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

background-color css

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

 a { background-color: rgb(149,252,234); }

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

border-color css

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

 span { border-color: rgb(149,252,234); }

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