Html Css Color HEX #65DDD5 Turquoise Blue

📋 copy color: '#65DDD5'

red 101 ◦ green 221 ◦ blue 213

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

Shades of Turquoise Blue #65DDD5

Tints of Turquoise Blue #65DDD5

RGB

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

 GREEN value IS 221 (86.72% from 255) = 41.31%

 BLUE value IS 213 (83.59% from 255) = 39.81%

R = 18.88%
G = 41.31%
B = 39.81%

CMYK

 C value IS 0.54

 M value IS 0

 Y value IS 0.04

 K value IS 0.13

RGB Variations

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

Color information

#65DDD5 (or 0x65DDD5) is known color: Turquoise Blue. HEX triplet: 65, DD and D5. RGB value is (101,221,213). Sum of RGB (Red+Green+Blue) = 101+221+213=535 (70% of max value = 765). Red value is 101 (39.84% from 255 or 18.88% from 535); Green value is 221 (86.72% from 255 or 41.31% from 535); Blue value is 213 (83.59% from 255 or 39.81% from 535); Max value from RGB is 221 - color contains mainly: green. Hex color #65DDD5 is not a web safe color. Web safe color analog (approx): #66CCCC. Inversed color of #65DDD5 is #9A222A. Grayscale: #B8B8B8. Windows color (decimal): -10101291 or 14015845. OLE color: 14015845.

HSL color Cylindrical-coordinate representation of color #65DDD5: hue angle of 176º degrees, saturation: 0.64, lightness: 0.63%. HSV value (or HSB Brightness) of color is 0.87% and HSV saturation: 0.54%. Process color model (Four color, CMYK) of #65DDD5 is Cyan = 0.54, Magento = 0, Yellow = 0.04 and Black (K on CMYK) = 0.13.

Color convert

RGB 101 221 213 -
CMYK 0.54 0 0.04 0.13
HSL 176º 0.64% 0.63% -
HSV(B) 176º 0.54% 0.87% -
XYZ 43.23 59.28 72.12 -
YUV 184.21 144.24 68.65 -
System Red Green Blue C M Y K H S L
Decimal 101 221 213 0.54 0 0.04 0.13 176 0.64 0.63
Hex 65 DD D5 36 0 4 D B0 40 3F
Octal 145 335 325 66 0 4 15 260 100 77
Binary 1100101 11011101 11010101 110110 0 100 1101 10110000 1000000 111111

Color Harmonies of #65DDD5

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #65DDD5

Black with #65DDD5

Text Example


Text Example

White with #65DDD5

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(101,221,213); }

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

background-color css

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

 a { background-color: rgb(101,221,213); }

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

border-color css

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

 span { border-color: rgb(101,221,213); }

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