Html Css Color HEX #65EAE3 Turquoise Blue

📋 copy color: '#65EAE3'

red 101 ◦ green 234 ◦ blue 227

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

Shades of Turquoise Blue #65EAE3

Tints of Turquoise Blue #65EAE3

RGB

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

 GREEN value IS 234 (91.8% from 255) = 41.64%

 BLUE value IS 227 (89.06% from 255) = 40.39%

R = 17.97%
G = 41.64%
B = 40.39%

CMYK

 C value IS 0.57

 M value IS 0

 Y value IS 0.03

 K value IS 0.08

RGB Variations

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

Color information

#65EAE3 (or 0x65EAE3) is known color: Turquoise Blue. HEX triplet: 65, EA and E3. RGB value is (101,234,227). Sum of RGB (Red+Green+Blue) = 101+234+227=562 (74% of max value = 765). Red value is 101 (39.84% from 255 or 17.97% from 562); Green value is 234 (91.80% from 255 or 41.64% from 562); Blue value is 227 (89.06% from 255 or 40.39% from 562); Max value from RGB is 234 - color contains mainly: green. Hex color #65EAE3 is not a web safe color. Web safe color analog (approx): #66FFCC. Inversed color of #65EAE3 is #9A151C. Grayscale: #C1C1C1. Windows color (decimal): -10097949 or 14936677. OLE color: 14936677.

HSL color Cylindrical-coordinate representation of color #65EAE3: hue angle of 176.84º degrees, saturation: 0.76, lightness: 0.66%. HSV value (or HSB Brightness) of color is 0.92% and HSV saturation: 0.57%. Process color model (Four color, CMYK) of #65EAE3 is Cyan = 0.57, Magento = 0, Yellow = 0.03 and Black (K on CMYK) = 0.08.

Color convert

RGB 101 234 227 -
CMYK 0.57 0 0.03 0.08
HSL 176.84º 0.76% 0.66% -
HSV(B) 176.84º 0.57% 0.92% -
XYZ 48.65 67.16 83.07 -
YUV 193.44 146.94 62.07 -
System Red Green Blue C M Y K H S L
Decimal 101 234 227 0.57 0 0.03 0.08 176.84 0.76 0.66
Hex 65 EA E3 39 0 3 8 B1 4C 42
Octal 145 352 343 71 0 3 10 261 114 102
Binary 1100101 11101010 11100011 111001 0 11 1000 10110001 1001100 1000010

Color Harmonies of #65EAE3

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #65EAE3

Black with #65EAE3

Text Example


Text Example

White with #65EAE3

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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