Html Css Color HEX #65E3EC Turquoise Blue

📋 copy color: '#65E3EC'

red 101 ◦ green 227 ◦ blue 236

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

Shades of Turquoise Blue #65E3EC

Tints of Turquoise Blue #65E3EC

RGB

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

 GREEN value IS 227 (89.06% from 255) = 40.25%

 BLUE value IS 236 (92.58% from 255) = 41.84%

R = 17.91%
G = 40.25%
B = 41.84%

CMYK

 C value IS 0.57

 M value IS 0.04

 Y value IS 0

 K value IS 0.07

RGB Variations

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

Color information

#65E3EC (or 0x65E3EC) is known color: Turquoise Blue. HEX triplet: 65, E3 and EC. RGB value is (101,227,236). Sum of RGB (Red+Green+Blue) = 101+227+236=564 (74% of max value = 765). Red value is 101 (39.84% from 255 or 17.91% from 564); Green value is 227 (89.06% from 255 or 40.25% from 564); Blue value is 236 (92.58% from 255 or 41.84% from 564); Max value from RGB is 236 - color contains mainly: blue. Hex color #65E3EC is not a web safe color. Web safe color analog (approx): #66CCFF. Inversed color of #65E3EC is #9A1C13. Grayscale: #BEBEBE. Windows color (decimal): -10099732 or 15524709. OLE color: 15524709.

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

Color convert

RGB 101 227 236 -
CMYK 0.57 0.04 0 0.07
HSL 184º 0.78% 0.66% -
HSV(B) 184º 0.57% 0.93% -
XYZ 47.98 63.76 89.14 -
YUV 190.35 153.76 64.27 -
System Red Green Blue C M Y K H S L
Decimal 101 227 236 0.57 0.04 0 0.07 184 0.78 0.66
Hex 65 E3 EC 39 4 0 7 B8 4E 42
Octal 145 343 354 71 4 0 7 270 116 102
Binary 1100101 11100011 11101100 111001 100 0 111 10111000 1001110 1000010

Color Harmonies of #65E3EC

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #65E3EC

Black with #65E3EC

Text Example


Text Example

White with #65E3EC

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(101,227,236); }

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

background-color css

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

 a { background-color: rgb(101,227,236); }

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

border-color css

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

 span { border-color: rgb(101,227,236); }

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