Html Css Color HEX #65DBDA Turquoise Blue

📋 copy color: '#65DBDA'

red 101 ◦ green 219 ◦ blue 218

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

Shades of Turquoise Blue #65DBDA

Tints of Turquoise Blue #65DBDA

RGB

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

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

 BLUE value IS 218 (85.55% from 255) = 40.52%

R = 18.77%
G = 40.71%
B = 40.52%

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

#65DBDA (or 0x65DBDA) is known color: Turquoise Blue. HEX triplet: 65, DB and DA. RGB value is (101,219,218). Sum of RGB (Red+Green+Blue) = 101+219+218=538 (71% of max value = 765). Red value is 101 (39.84% from 255 or 18.77% from 538); Green value is 219 (85.94% from 255 or 40.71% from 538); Blue value is 218 (85.55% from 255 or 40.52% from 538); Max value from RGB is 219 - color contains mainly: green. Hex color #65DBDA is not a web safe color. Web safe color analog (approx): #66CCCC. Inversed color of #65DBDA is #9A2425. Grayscale: #B7B7B7. Windows color (decimal): -10101798 or 14343013. OLE color: 14343013.

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

Color convert

RGB 101 219 218 -
CMYK 0.54 0 0.00 0.14
HSL 179.49º 0.62% 0.63% -
HSV(B) 179.49º 0.54% 0.86% -
XYZ 43.35 58.49 75.33 -
YUV 183.6 147.41 69.08 -
System Red Green Blue C M Y K H S L
Decimal 101 219 218 0.54 0 0.00 0.14 179.49 0.62 0.63
Hex 65 DB DA 36 0 0 E B3 3E 3F
Octal 145 333 332 66 0 0 16 263 76 77
Binary 1100101 11011011 11011010 110110 0 0 1110 10110011 111110 111111

Color Harmonies of #65DBDA

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #65DBDA

Black with #65DBDA

Text Example


Text Example

White with #65DBDA

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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