Html Css Color HEX #65DCEE Turquoise Blue

📋 copy color: '#65DCEE'

red 101 ◦ green 220 ◦ blue 238

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

Shades of Turquoise Blue #65DCEE

Tints of Turquoise Blue #65DCEE

RGB

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

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

 BLUE value IS 238 (93.36% from 255) = 42.58%

R = 18.07%
G = 39.36%
B = 42.58%

CMYK

 C value IS 0.58

 M value IS 0.08

 Y value IS 0

 K value IS 0.07

RGB Variations

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

Color information

#65DCEE (or 0x65DCEE) is known color: Turquoise Blue. HEX triplet: 65, DC and EE. RGB value is (101,220,238). Sum of RGB (Red+Green+Blue) = 101+220+238=559 (74% of max value = 765). Red value is 101 (39.84% from 255 or 18.07% from 559); Green value is 220 (86.33% from 255 or 39.36% from 559); Blue value is 238 (93.36% from 255 or 42.58% from 559); Max value from RGB is 238 - color contains mainly: blue. Hex color #65DCEE is not a web safe color. Web safe color analog (approx): #66CCFF. Inversed color of #65DCEE is #9A2311. Grayscale: #BABABA. Windows color (decimal): -10101522 or 15653989. OLE color: 15653989.

HSL color Cylindrical-coordinate representation of color #65DCEE: hue angle of 187.88º degrees, saturation: 0.8, lightness: 0.66%. HSV value (or HSB Brightness) of color is 0.93% and HSV saturation: 0.58%. Process color model (Four color, CMYK) of #65DCEE is Cyan = 0.58, Magento = 0.08, Yellow = 0 and Black (K on CMYK) = 0.07.

Color convert

RGB 101 220 238 -
CMYK 0.58 0.08 0 0.07
HSL 187.88º 0.8% 0.66% -
HSV(B) 187.88º 0.58% 0.93% -
XYZ 46.39 60.13 90.05 -
YUV 186.47 157.08 67.04 -
System Red Green Blue C M Y K H S L
Decimal 101 220 238 0.58 0.08 0 0.07 187.88 0.8 0.66
Hex 65 DC EE 3A 8 0 7 BC 50 42
Octal 145 334 356 72 10 0 7 274 120 102
Binary 1100101 11011100 11101110 111010 1000 0 111 10111100 1010000 1000010

Color Harmonies of #65DCEE

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #65DCEE

Black with #65DCEE

Text Example


Text Example

White with #65DCEE

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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