Html Css Color HEX #65DDEF Turquoise Blue

📋 copy color: '#65DDEF'

red 101 ◦ green 221 ◦ blue 239

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

Shades of Turquoise Blue #65DDEF

Tints of Turquoise Blue #65DDEF

RGB

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

 GREEN value IS 221 (86.72% from 255) = 39.39%

 BLUE value IS 239 (93.75% from 255) = 42.6%

R = 18%
G = 39.39%
B = 42.6%

CMYK

 C value IS 0.58

 M value IS 0.08

 Y value IS 0

 K value IS 0.06

RGB Variations

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

Color information

#65DDEF (or 0x65DDEF) is known color: Turquoise Blue. HEX triplet: 65, DD and EF. RGB value is (101,221,239). Sum of RGB (Red+Green+Blue) = 101+221+239=561 (74% of max value = 765). Red value is 101 (39.84% from 255 or 18.00% from 561); Green value is 221 (86.72% from 255 or 39.39% from 561); Blue value is 239 (93.75% from 255 or 42.60% from 561); Max value from RGB is 239 - color contains mainly: blue. Hex color #65DDEF is not a web safe color. Web safe color analog (approx): #66CCFF. Inversed color of #65DDEF is #9A2210. Grayscale: #BABABA. Windows color (decimal): -10101265 or 15719781. OLE color: 15719781.

HSL color Cylindrical-coordinate representation of color #65DDEF: hue angle of 187.83º degrees, saturation: 0.81, lightness: 0.67%. HSV value (or HSB Brightness) of color is 0.94% and HSV saturation: 0.58%. Process color model (Four color, CMYK) of #65DDEF is Cyan = 0.58, Magento = 0.08, Yellow = 0 and Black (K on CMYK) = 0.06.

Color convert

RGB 101 221 239 -
CMYK 0.58 0.08 0 0.06
HSL 187.83º 0.81% 0.67% -
HSV(B) 187.83º 0.58% 0.94% -
XYZ 46.8 60.71 90.91 -
YUV 187.17 157.24 66.54 -
System Red Green Blue C M Y K H S L
Decimal 101 221 239 0.58 0.08 0 0.06 187.83 0.81 0.67
Hex 65 DD EF 3A 8 0 6 BC 51 43
Octal 145 335 357 72 10 0 6 274 121 103
Binary 1100101 11011101 11101111 111010 1000 0 110 10111100 1010001 1000011

Color Harmonies of #65DDEF

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #65DDEF

Black with #65DDEF

Text Example


Text Example

White with #65DDEF

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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