Html Css Color HEX #65EED9 Turquoise Blue

📋 copy color: '#65EED9'

red 101 ◦ green 238 ◦ blue 217

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

Shades of Turquoise Blue #65EED9

Tints of Turquoise Blue #65EED9

RGB

 RED value IS 101 (39.84% from 255) = 18.17%

 GREEN value IS 238 (93.36% from 255) = 42.81%

 BLUE value IS 217 (85.16% from 255) = 39.03%

R = 18.17%
G = 42.81%
B = 39.03%

CMYK

 C value IS 0.58

 M value IS 0

 Y value IS 0.09

 K value IS 0.07

RGB Variations

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

Color information

#65EED9 (or 0x65EED9) is known color: Turquoise Blue. HEX triplet: 65, EE and D9. RGB value is (101,238,217). Sum of RGB (Red+Green+Blue) = 101+238+217=556 (73% of max value = 765). Red value is 101 (39.84% from 255 or 18.17% from 556); Green value is 238 (93.36% from 255 or 42.81% from 556); Blue value is 217 (85.16% from 255 or 39.03% from 556); Max value from RGB is 238 - color contains mainly: green. Hex color #65EED9 is not a web safe color. Web safe color analog (approx): #66FFCC. Inversed color of #65EED9 is #9A1126. Grayscale: #C2C2C2. Windows color (decimal): -10096935 or 14282341. OLE color: 14282341.

HSL color Cylindrical-coordinate representation of color #65EED9: hue angle of 170.8º degrees, saturation: 0.8, lightness: 0.66%. HSV value (or HSB Brightness) of color is 0.93% and HSV saturation: 0.58%. Process color model (Four color, CMYK) of #65EED9 is Cyan = 0.58, Magento = 0, Yellow = 0.09 and Black (K on CMYK) = 0.07.

Color convert

RGB 101 238 217 -
CMYK 0.58 0 0.09 0.07
HSL 170.8º 0.8% 0.66% -
HSV(B) 170.8º 0.58% 0.93% -
XYZ 48.47 68.93 76.4 -
YUV 194.64 140.61 61.21 -
System Red Green Blue C M Y K H S L
Decimal 101 238 217 0.58 0 0.09 0.07 170.8 0.8 0.66
Hex 65 EE D9 3A 0 9 7 AB 50 42
Octal 145 356 331 72 0 11 7 253 120 102
Binary 1100101 11101110 11011001 111010 0 1001 111 10101011 1010000 1000010

Color Harmonies of #65EED9

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #65EED9

Black with #65EED9

Text Example


Text Example

White with #65EED9

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #65EED9; }

 p { color: rgb(101,238,217); }

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

background-color css

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

 a { background-color: rgb(101,238,217); }

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

border-color css

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

 span { border-color: rgb(101,238,217); }

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