Html Css Color HEX #9AEDE3 Pale Turquoise

📋 copy color: '#9AEDE3'

red 154 ◦ green 237 ◦ blue 227

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

Shades of Pale Turquoise #9AEDE3

Tints of Pale Turquoise #9AEDE3

RGB

 RED value IS 154 (60.55% from 255) = 24.92%

 GREEN value IS 237 (92.97% from 255) = 38.35%

 BLUE value IS 227 (89.06% from 255) = 36.73%

R = 24.92%
G = 38.35%
B = 36.73%

CMYK

 C value IS 0.35

 M value IS 0

 Y value IS 0.04

 K value IS 0.07

RGB Variations

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

Color information

#9AEDE3 (or 0x9AEDE3) is known color: Pale Turquoise. HEX triplet: 9A, ED and E3. RGB value is (154,237,227). Sum of RGB (Red+Green+Blue) = 154+237+227=618 (81% of max value = 765). Red value is 154 (60.55% from 255 or 24.92% from 618); Green value is 237 (92.97% from 255 or 38.35% from 618); Blue value is 227 (89.06% from 255 or 36.73% from 618); Max value from RGB is 237 - color contains mainly: green. Hex color #9AEDE3 is not a web safe color. Web safe color analog (approx): #99FFCC. Inversed color of #9AEDE3 is #65121C. Grayscale: #D2D2D2. Windows color (decimal): -6623773 or 14937498. OLE color: 14937498.

HSL color Cylindrical-coordinate representation of color #9AEDE3: hue angle of 172.77º degrees, saturation: 0.7, lightness: 0.77%. HSV value (or HSB Brightness) of color is 0.93% and HSV saturation: 0.35%. Process color model (Four color, CMYK) of #9AEDE3 is Cyan = 0.35, Magento = 0, Yellow = 0.04 and Black (K on CMYK) = 0.07.

Color convert

RGB 154 237 227 -
CMYK 0.35 0 0.04 0.07
HSL 172.77º 0.7% 0.77% -
HSV(B) 172.77º 0.35% 0.93% -
XYZ 57.48 72.98 83.73 -
YUV 211.04 137 87.31 -
System Red Green Blue C M Y K H S L
Decimal 154 237 227 0.35 0 0.04 0.07 172.77 0.7 0.77
Hex 9A ED E3 23 0 4 7 AD 46 4D
Octal 232 355 343 43 0 4 7 255 106 115
Binary 10011010 11101101 11100011 100011 0 100 111 10101101 1000110 1001101

Color Harmonies of #9AEDE3

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #9AEDE3

Black with #9AEDE3

Text Example


Text Example

White with #9AEDE3

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #9AEDE3; }

 p { color: rgb(154,237,227); }

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

background-color css

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

 a { background-color: rgb(154,237,227); }

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

border-color css

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

 span { border-color: rgb(154,237,227); }

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