Html Css Color HEX #65DBD3 Turquoise Blue

📋 copy color: '#65DBD3'

red 101 ◦ green 219 ◦ blue 211

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

Shades of Turquoise Blue #65DBD3

Tints of Turquoise Blue #65DBD3

RGB

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

 GREEN value IS 219 (85.94% from 255) = 41.24%

 BLUE value IS 211 (82.81% from 255) = 39.74%

R = 19.02%
G = 41.24%
B = 39.74%

CMYK

 C value IS 0.54

 M value IS 0

 Y value IS 0.04

 K value IS 0.14

RGB Variations

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

Color information

#65DBD3 (or 0x65DBD3) is known color: Turquoise Blue. HEX triplet: 65, DB and D3. RGB value is (101,219,211). Sum of RGB (Red+Green+Blue) = 101+219+211=531 (70% of max value = 765). Red value is 101 (39.84% from 255 or 19.02% from 531); Green value is 219 (85.94% from 255 or 41.24% from 531); Blue value is 211 (82.81% from 255 or 39.74% from 531); Max value from RGB is 219 - color contains mainly: green. Hex color #65DBD3 is not a web safe color. Web safe color analog (approx): #66CCCC. Inversed color of #65DBD3 is #9A242C. Grayscale: #B6B6B6. Windows color (decimal): -10101805 or 13884261. OLE color: 13884261.

HSL color Cylindrical-coordinate representation of color #65DBD3: hue angle of 175.93º degrees, saturation: 0.62, 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 #65DBD3 is Cyan = 0.54, Magento = 0, Yellow = 0.04 and Black (K on CMYK) = 0.14.

Color convert

RGB 101 219 211 -
CMYK 0.54 0 0.04 0.14
HSL 175.93º 0.62% 0.63% -
HSV(B) 175.93º 0.54% 0.86% -
XYZ 42.46 58.13 70.61 -
YUV 182.81 143.91 69.65 -
System Red Green Blue C M Y K H S L
Decimal 101 219 211 0.54 0 0.04 0.14 175.93 0.62 0.63
Hex 65 DB D3 36 0 4 E B0 3E 3F
Octal 145 333 323 66 0 4 16 260 76 77
Binary 1100101 11011011 11010011 110110 0 100 1110 10110000 111110 111111

Color Harmonies of #65DBD3

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #65DBD3

Black with #65DBD3

Text Example


Text Example

White with #65DBD3

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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