Html Css Color HEX #99EFE2 Pale Turquoise

📋 copy color: '#99EFE2'

red 153 ◦ green 239 ◦ blue 226

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

Shades of Pale Turquoise #99EFE2

Tints of Pale Turquoise #99EFE2

RGB

 RED value IS 153 (60.16% from 255) = 24.76%

 GREEN value IS 239 (93.75% from 255) = 38.67%

 BLUE value IS 226 (88.67% from 255) = 36.57%

R = 24.76%
G = 38.67%
B = 36.57%

CMYK

 C value IS 0.36

 M value IS 0

 Y value IS 0.05

 K value IS 0.06

RGB Variations

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

Color information

#99EFE2 (or 0x99EFE2) is known color: Pale Turquoise. HEX triplet: 99, EF and E2. RGB value is (153,239,226). Sum of RGB (Red+Green+Blue) = 153+239+226=618 (81% of max value = 765). Red value is 153 (60.16% from 255 or 24.76% from 618); Green value is 239 (93.75% from 255 or 38.67% from 618); Blue value is 226 (88.67% from 255 or 36.57% from 618); Max value from RGB is 239 - color contains mainly: green. Hex color #99EFE2 is not a web safe color. Web safe color analog (approx): #99FFCC. Inversed color of #99EFE2 is #66101D. Grayscale: #D3D3D3. Windows color (decimal): -6688798 or 14872473. OLE color: 14872473.

HSL color Cylindrical-coordinate representation of color #99EFE2: hue angle of 170.93º degrees, saturation: 0.73, lightness: 0.77%. HSV value (or HSB Brightness) of color is 0.94% and HSV saturation: 0.36%. Process color model (Four color, CMYK) of #99EFE2 is Cyan = 0.36, Magento = 0, Yellow = 0.05 and Black (K on CMYK) = 0.06.

Color convert

RGB 153 239 226 -
CMYK 0.36 0 0.05 0.06
HSL 170.93º 0.73% 0.77% -
HSV(B) 170.93º 0.36% 0.94% -
XYZ 57.73 74 83.19 -
YUV 211.8 136.01 86.06 -
System Red Green Blue C M Y K H S L
Decimal 153 239 226 0.36 0 0.05 0.06 170.93 0.73 0.77
Hex 99 EF E2 24 0 5 6 AB 49 4D
Octal 231 357 342 44 0 5 6 253 111 115
Binary 10011001 11101111 11100010 100100 0 101 110 10101011 1001001 1001101

Color Harmonies of #99EFE2

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #99EFE2

Black with #99EFE2

Text Example


Text Example

White with #99EFE2

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #99EFE2; }

 p { color: rgb(153,239,226); }

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

background-color css

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

 a { background-color: rgb(153,239,226); }

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

border-color css

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

 span { border-color: rgb(153,239,226); }

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