Html Css Color HEX #65EDD9 Turquoise Blue

📋 copy color: '#65EDD9'

red 101 ◦ green 237 ◦ blue 217

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

Shades of Turquoise Blue #65EDD9

Tints of Turquoise Blue #65EDD9

RGB

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

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

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

R = 18.2%
G = 42.7%
B = 39.1%

CMYK

 C value IS 0.57

 M value IS 0

 Y value IS 0.08

 K value IS 0.07

RGB Variations

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

Color information

#65EDD9 (or 0x65EDD9) is known color: Turquoise Blue. HEX triplet: 65, ED and D9. RGB value is (101,237,217). Sum of RGB (Red+Green+Blue) = 101+237+217=555 (73% of max value = 765). Red value is 101 (39.84% from 255 or 18.20% from 555); Green value is 237 (92.97% from 255 or 42.70% from 555); Blue value is 217 (85.16% from 255 or 39.10% from 555); Max value from RGB is 237 - color contains mainly: green. Hex color #65EDD9 is not a web safe color. Web safe color analog (approx): #66FFCC. Inversed color of #65EDD9 is #9A1226. Grayscale: #C2C2C2. Windows color (decimal): -10097191 or 14282085. OLE color: 14282085.

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

Color convert

RGB 101 237 217 -
CMYK 0.57 0 0.08 0.07
HSL 171.18º 0.79% 0.66% -
HSV(B) 171.18º 0.57% 0.93% -
XYZ 48.18 68.34 76.3 -
YUV 194.06 140.94 61.63 -
System Red Green Blue C M Y K H S L
Decimal 101 237 217 0.57 0 0.08 0.07 171.18 0.79 0.66
Hex 65 ED D9 39 0 8 7 AB 4F 42
Octal 145 355 331 71 0 10 7 253 117 102
Binary 1100101 11101101 11011001 111001 0 1000 111 10101011 1001111 1000010

Color Harmonies of #65EDD9

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #65EDD9

Black with #65EDD9

Text Example


Text Example

White with #65EDD9

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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