Html Css Color HEX #65EFDB Turquoise Blue

📋 copy color: '#65EFDB'

red 101 ◦ green 239 ◦ blue 219

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

Shades of Turquoise Blue #65EFDB

Tints of Turquoise Blue #65EFDB

RGB

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

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

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

R = 18.07%
G = 42.75%
B = 39.18%

CMYK

 C value IS 0.58

 M value IS 0

 Y value IS 0.08

 K value IS 0.06

RGB Variations

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

Color information

#65EFDB (or 0x65EFDB) is known color: Turquoise Blue. HEX triplet: 65, EF and DB. RGB value is (101,239,219). Sum of RGB (Red+Green+Blue) = 101+239+219=559 (74% of max value = 765). Red value is 101 (39.84% from 255 or 18.07% from 559); Green value is 239 (93.75% from 255 or 42.75% from 559); Blue value is 219 (85.94% from 255 or 39.18% from 559); Max value from RGB is 239 - color contains mainly: green. Hex color #65EFDB is not a web safe color. Web safe color analog (approx): #66FFCC. Inversed color of #65EFDB is #9A1024. Grayscale: #C3C3C3. Windows color (decimal): -10096677 or 14413669. OLE color: 14413669.

HSL color Cylindrical-coordinate representation of color #65EFDB: hue angle of 171.3º degrees, saturation: 0.81, lightness: 0.67%. HSV value (or HSB Brightness) of color is 0.94% and HSV saturation: 0.58%. Process color model (Four color, CMYK) of #65EFDB is Cyan = 0.58, Magento = 0, Yellow = 0.08 and Black (K on CMYK) = 0.06.

Color convert

RGB 101 239 219 -
CMYK 0.58 0 0.08 0.06
HSL 171.3º 0.81% 0.67% -
HSV(B) 171.3º 0.58% 0.94% -
XYZ 49.02 69.61 77.87 -
YUV 195.46 141.28 60.63 -
System Red Green Blue C M Y K H S L
Decimal 101 239 219 0.58 0 0.08 0.06 171.3 0.81 0.67
Hex 65 EF DB 3A 0 8 6 AB 51 43
Octal 145 357 333 72 0 10 6 253 121 103
Binary 1100101 11101111 11011011 111010 0 1000 110 10101011 1010001 1000011

Color Harmonies of #65EFDB

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #65EFDB

Black with #65EFDB

Text Example


Text Example

White with #65EFDB

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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