Html Css Color HEX #65DEDD Turquoise Blue

📋 copy color: '#65DEDD'

red 101 ◦ green 222 ◦ blue 221

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

Shades of Turquoise Blue #65DEDD

Tints of Turquoise Blue #65DEDD

RGB

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

 GREEN value IS 222 (87.11% from 255) = 40.81%

 BLUE value IS 221 (86.72% from 255) = 40.63%

R = 18.57%
G = 40.81%
B = 40.63%

CMYK

 C value IS 0.55

 M value IS 0

 Y value IS 0.00

 K value IS 0.13

RGB Variations

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

Color information

#65DEDD (or 0x65DEDD) is known color: Turquoise Blue. HEX triplet: 65, DE and DD. RGB value is (101,222,221). Sum of RGB (Red+Green+Blue) = 101+222+221=544 (72% of max value = 765). Red value is 101 (39.84% from 255 or 18.57% from 544); Green value is 222 (87.11% from 255 or 40.81% from 544); Blue value is 221 (86.72% from 255 or 40.62% from 544); Max value from RGB is 222 - color contains mainly: green. Hex color #65DEDD is not a web safe color. Web safe color analog (approx): #66CCCC. Inversed color of #65DEDD is #9A2122. Grayscale: #B9B9B9. Windows color (decimal): -10101027 or 14540389. OLE color: 14540389.

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

Color convert

RGB 101 222 221 -
CMYK 0.55 0 0.00 0.13
HSL 179.5º 0.65% 0.63% -
HSV(B) 179.5º 0.55% 0.87% -
XYZ 44.54 60.23 77.68 -
YUV 185.71 147.91 67.58 -
System Red Green Blue C M Y K H S L
Decimal 101 222 221 0.55 0 0.00 0.13 179.5 0.65 0.63
Hex 65 DE DD 37 0 0 D B4 41 3F
Octal 145 336 335 67 0 0 15 264 101 77
Binary 1100101 11011110 11011101 110111 0 0 1101 10110100 1000001 111111

Color Harmonies of #65DEDD

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #65DEDD

Black with #65DEDD

Text Example


Text Example

White with #65DEDD

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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