Html Css Color HEX #65E1DB Turquoise Blue

📋 copy color: '#65E1DB'

red 101 ◦ green 225 ◦ blue 219

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

Shades of Turquoise Blue #65E1DB

Tints of Turquoise Blue #65E1DB

RGB

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

 GREEN value IS 225 (88.28% from 255) = 41.28%

 BLUE value IS 219 (85.94% from 255) = 40.18%

R = 18.53%
G = 41.28%
B = 40.18%

CMYK

 C value IS 0.55

 M value IS 0

 Y value IS 0.03

 K value IS 0.12

RGB Variations

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

Color information

#65E1DB (or 0x65E1DB) is known color: Turquoise Blue. HEX triplet: 65, E1 and DB. RGB value is (101,225,219). Sum of RGB (Red+Green+Blue) = 101+225+219=545 (72% of max value = 765). Red value is 101 (39.84% from 255 or 18.53% from 545); Green value is 225 (88.28% from 255 or 41.28% from 545); Blue value is 219 (85.94% from 255 or 40.18% from 545); Max value from RGB is 225 - color contains mainly: green. Hex color #65E1DB is not a web safe color. Web safe color analog (approx): #66CCCC. Inversed color of #65E1DB is #9A1E24. Grayscale: #BBBBBB. Windows color (decimal): -10100261 or 14410085. OLE color: 14410085.

HSL color Cylindrical-coordinate representation of color #65E1DB: hue angle of 177.1º degrees, saturation: 0.67, lightness: 0.64%. HSV value (or HSB Brightness) of color is 0.88% and HSV saturation: 0.55%. Process color model (Four color, CMYK) of #65E1DB is Cyan = 0.55, Magento = 0, Yellow = 0.03 and Black (K on CMYK) = 0.12.

Color convert

RGB 101 225 219 -
CMYK 0.55 0 0.03 0.12
HSL 177.1º 0.67% 0.64% -
HSV(B) 177.1º 0.55% 0.88% -
XYZ 45.08 61.73 76.56 -
YUV 187.24 145.92 66.49 -
System Red Green Blue C M Y K H S L
Decimal 101 225 219 0.55 0 0.03 0.12 177.1 0.67 0.64
Hex 65 E1 DB 37 0 3 C B1 43 40
Octal 145 341 333 67 0 3 14 261 103 100
Binary 1100101 11100001 11011011 110111 0 11 1100 10110001 1000011 1000000

Color Harmonies of #65E1DB

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #65E1DB

Black with #65E1DB

Text Example


Text Example

White with #65E1DB

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(101,225,219); }

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

background-color css

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

 a { background-color: rgb(101,225,219); }

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

border-color css

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

 span { border-color: rgb(101,225,219); }

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