Html Css Color HEX #65DCDF Turquoise Blue

📋 copy color: '#65DCDF'

red 101 ◦ green 220 ◦ blue 223

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

Shades of Turquoise Blue #65DCDF

Tints of Turquoise Blue #65DCDF

RGB

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

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

 BLUE value IS 223 (87.5% from 255) = 40.99%

R = 18.57%
G = 40.44%
B = 40.99%

CMYK

 C value IS 0.55

 M value IS 0.01

 Y value IS 0

 K value IS 0.13

RGB Variations

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

Color information

#65DCDF (or 0x65DCDF) is known color: Turquoise Blue. HEX triplet: 65, DC and DF. RGB value is (101,220,223). Sum of RGB (Red+Green+Blue) = 101+220+223=544 (72% of max value = 765). Red value is 101 (39.84% from 255 or 18.57% from 544); Green value is 220 (86.33% from 255 or 40.44% from 544); Blue value is 223 (87.5% from 255 or 40.99% from 544); Max value from RGB is 223 - color contains mainly: blue. Hex color #65DCDF is not a web safe color. Web safe color analog (approx): #66CCCC. Inversed color of #65DCDF is #9A2320. Grayscale: #B8B8B8. Windows color (decimal): -10101537 or 14670949. OLE color: 14670949.

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

Color convert

RGB 101 220 223 -
CMYK 0.55 0.01 0 0.13
HSL 181.48º 0.66% 0.64% -
HSV(B) 181.48º 0.55% 0.87% -
XYZ 44.28 59.28 78.92 -
YUV 184.76 149.58 68.26 -
System Red Green Blue C M Y K H S L
Decimal 101 220 223 0.55 0.01 0 0.13 181.48 0.66 0.64
Hex 65 DC DF 37 1 0 D B5 42 40
Octal 145 334 337 67 1 0 15 265 102 100
Binary 1100101 11011100 11011111 110111 1 0 1101 10110101 1000010 1000000

Color Harmonies of #65DCDF

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #65DCDF

Black with #65DCDF

Text Example


Text Example

White with #65DCDF

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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