Html Css Color HEX #65E6DD Turquoise Blue

📋 copy color: '#65E6DD'

red 101 ◦ green 230 ◦ blue 221

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

Shades of Turquoise Blue #65E6DD

Tints of Turquoise Blue #65E6DD

RGB

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

 GREEN value IS 230 (90.23% from 255) = 41.67%

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

R = 18.3%
G = 41.67%
B = 40.04%

CMYK

 C value IS 0.56

 M value IS 0

 Y value IS 0.04

 K value IS 0.10

RGB Variations

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

Color information

#65E6DD (or 0x65E6DD) is known color: Turquoise Blue. HEX triplet: 65, E6 and DD. RGB value is (101,230,221). Sum of RGB (Red+Green+Blue) = 101+230+221=552 (73% of max value = 765). Red value is 101 (39.84% from 255 or 18.30% from 552); Green value is 230 (90.23% from 255 or 41.67% from 552); Blue value is 221 (86.72% from 255 or 40.04% from 552); Max value from RGB is 230 - color contains mainly: green. Hex color #65E6DD is not a web safe color. Web safe color analog (approx): #66FFCC. Inversed color of #65E6DD is #9A1922. Grayscale: #BEBEBE. Windows color (decimal): -10098979 or 14542437. OLE color: 14542437.

HSL color Cylindrical-coordinate representation of color #65E6DD: hue angle of 175.81º degrees, saturation: 0.72, lightness: 0.65%. HSV value (or HSB Brightness) of color is 0.9% and HSV saturation: 0.56%. Process color model (Four color, CMYK) of #65E6DD is Cyan = 0.56, Magento = 0, Yellow = 0.04 and Black (K on CMYK) = 0.10.

Color convert

RGB 101 230 221 -
CMYK 0.56 0 0.04 0.10
HSL 175.81º 0.72% 0.65% -
HSV(B) 175.81º 0.56% 0.9% -
XYZ 46.71 64.58 78.41 -
YUV 190.4 145.26 64.23 -
System Red Green Blue C M Y K H S L
Decimal 101 230 221 0.56 0 0.04 0.10 175.81 0.72 0.65
Hex 65 E6 DD 38 0 4 A B0 48 41
Octal 145 346 335 70 0 4 12 260 110 101
Binary 1100101 11100110 11011101 111000 0 100 1010 10110000 1001000 1000001

Color Harmonies of #65E6DD

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #65E6DD

Black with #65E6DD

Text Example


Text Example

White with #65E6DD

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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