Html Css Color HEX #65DCDB Turquoise Blue

📋 copy color: '#65DCDB'

red 101 ◦ green 220 ◦ blue 219

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

Shades of Turquoise Blue #65DCDB

Tints of Turquoise Blue #65DCDB

RGB

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

 GREEN value IS 220 (86.33% from 255) = 40.74%

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

R = 18.7%
G = 40.74%
B = 40.56%

CMYK

 C value IS 0.54

 M value IS 0

 Y value IS 0.00

 K value IS 0.14

RGB Variations

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

Color information

#65DCDB (or 0x65DCDB) is known color: Turquoise Blue. HEX triplet: 65, DC and DB. RGB value is (101,220,219). Sum of RGB (Red+Green+Blue) = 101+220+219=540 (71% of max value = 765). Red value is 101 (39.84% from 255 or 18.70% from 540); Green value is 220 (86.33% from 255 or 40.74% from 540); Blue value is 219 (85.94% from 255 or 40.56% from 540); Max value from RGB is 220 - color contains mainly: green. Hex color #65DCDB is not a web safe color. Web safe color analog (approx): #66CCCC. Inversed color of #65DCDB is #9A2324. Grayscale: #B8B8B8. Windows color (decimal): -10101541 or 14408805. OLE color: 14408805.

HSL color Cylindrical-coordinate representation of color #65DCDB: hue angle of 179.5º degrees, saturation: 0.63, lightness: 0.63%. HSV value (or HSB Brightness) of color is 0.86% and HSV saturation: 0.54%. Process color model (Four color, CMYK) of #65DCDB is Cyan = 0.54, Magento = 0, Yellow = 0.00 and Black (K on CMYK) = 0.14.

Color convert

RGB 101 220 219 -
CMYK 0.54 0 0.00 0.14
HSL 179.5º 0.63% 0.63% -
HSV(B) 179.5º 0.54% 0.86% -
XYZ 43.75 59.07 76.11 -
YUV 184.31 147.58 68.58 -
System Red Green Blue C M Y K H S L
Decimal 101 220 219 0.54 0 0.00 0.14 179.5 0.63 0.63
Hex 65 DC DB 36 0 0 E B3 3F 3F
Octal 145 334 333 66 0 0 16 263 77 77
Binary 1100101 11011100 11011011 110110 0 0 1110 10110011 111111 111111

Color Harmonies of #65DCDB

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #65DCDB

Black with #65DCDB

Text Example


Text Example

White with #65DCDB

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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