Html Css Color HEX #65EDDB Turquoise Blue

📋 copy color: '#65EDDB'

red 101 ◦ green 237 ◦ blue 219

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

Shades of Turquoise Blue #65EDDB

Tints of Turquoise Blue #65EDDB

RGB

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

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

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

R = 18.13%
G = 42.55%
B = 39.32%

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

#65EDDB (or 0x65EDDB) is known color: Turquoise Blue. HEX triplet: 65, ED and DB. RGB value is (101,237,219). Sum of RGB (Red+Green+Blue) = 101+237+219=557 (73% of max value = 765). Red value is 101 (39.84% from 255 or 18.13% from 557); Green value is 237 (92.97% from 255 or 42.55% from 557); Blue value is 219 (85.94% from 255 or 39.32% from 557); Max value from RGB is 237 - color contains mainly: green. Hex color #65EDDB is not a web safe color. Web safe color analog (approx): #66FFCC. Inversed color of #65EDDB is #9A1224. Grayscale: #C2C2C2. Windows color (decimal): -10097189 or 14413157. OLE color: 14413157.

HSL color Cylindrical-coordinate representation of color #65EDDB: hue angle of 172.06º 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 #65EDDB is Cyan = 0.57, Magento = 0, Yellow = 0.08 and Black (K on CMYK) = 0.07.

Color convert

RGB 101 237 219 -
CMYK 0.57 0 0.08 0.07
HSL 172.06º 0.79% 0.66% -
HSV(B) 172.06º 0.57% 0.93% -
XYZ 48.44 68.45 77.68 -
YUV 194.28 141.94 61.46 -
System Red Green Blue C M Y K H S L
Decimal 101 237 219 0.57 0 0.08 0.07 172.06 0.79 0.66
Hex 65 ED DB 39 0 8 7 AC 4F 42
Octal 145 355 333 71 0 10 7 254 117 102
Binary 1100101 11101101 11011011 111001 0 1000 111 10101100 1001111 1000010

Color Harmonies of #65EDDB

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #65EDDB

Black with #65EDDB

Text Example


Text Example

White with #65EDDB

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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