Html Css Color HEX #65DCEF Turquoise Blue

📋 copy color: '#65DCEF'

red 101 ◦ green 220 ◦ blue 239

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

Shades of Turquoise Blue #65DCEF

Tints of Turquoise Blue #65DCEF

RGB

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

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

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

R = 18.04%
G = 39.29%
B = 42.68%

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

#65DCEF (or 0x65DCEF) is known color: Turquoise Blue. HEX triplet: 65, DC and EF. RGB value is (101,220,239). Sum of RGB (Red+Green+Blue) = 101+220+239=560 (74% of max value = 765). Red value is 101 (39.84% from 255 or 18.04% from 560); Green value is 220 (86.33% from 255 or 39.29% from 560); Blue value is 239 (93.75% from 255 or 42.68% from 560); Max value from RGB is 239 - color contains mainly: blue. Hex color #65DCEF is not a web safe color. Web safe color analog (approx): #66CCFF. Inversed color of #65DCEF is #9A2310. Grayscale: #BABABA. Windows color (decimal): -10101521 or 15719525. OLE color: 15719525.

HSL color Cylindrical-coordinate representation of color #65DCEF: hue angle of 188.26º 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 #65DCEF is Cyan = 0.58, Magento = 0.08, Yellow = 0 and Black (K on CMYK) = 0.06.

Color convert

RGB 101 220 239 -
CMYK 0.58 0.08 0 0.06
HSL 188.26º 0.81% 0.67% -
HSV(B) 188.26º 0.58% 0.94% -
XYZ 46.54 60.19 90.83 -
YUV 186.59 157.58 66.96 -
System Red Green Blue C M Y K H S L
Decimal 101 220 239 0.58 0.08 0 0.06 188.26 0.81 0.67
Hex 65 DC EF 3A 8 0 6 BC 51 43
Octal 145 334 357 72 10 0 6 274 121 103
Binary 1100101 11011100 11101111 111010 1000 0 110 10111100 1010001 1000011

Color Harmonies of #65DCEF

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #65DCEF

Black with #65DCEF

Text Example


Text Example

White with #65DCEF

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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