Html Css Color HEX #65EAE1 Turquoise Blue

📋 copy color: '#65EAE1'

red 101 ◦ green 234 ◦ blue 225

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

Shades of Turquoise Blue #65EAE1

Tints of Turquoise Blue #65EAE1

RGB

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

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

 BLUE value IS 225 (88.28% from 255) = 40.18%

R = 18.04%
G = 41.79%
B = 40.18%

CMYK

 C value IS 0.57

 M value IS 0

 Y value IS 0.04

 K value IS 0.08

RGB Variations

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

Color information

#65EAE1 (or 0x65EAE1) is known color: Turquoise Blue. HEX triplet: 65, EA and E1. RGB value is (101,234,225). Sum of RGB (Red+Green+Blue) = 101+234+225=560 (74% of max value = 765). Red value is 101 (39.84% from 255 or 18.04% from 560); Green value is 234 (91.80% from 255 or 41.79% from 560); Blue value is 225 (88.28% from 255 or 40.18% from 560); Max value from RGB is 234 - color contains mainly: green. Hex color #65EAE1 is not a web safe color. Web safe color analog (approx): #66FFCC. Inversed color of #65EAE1 is #9A151E. Grayscale: #C1C1C1. Windows color (decimal): -10097951 or 14805605. OLE color: 14805605.

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

Color convert

RGB 101 234 225 -
CMYK 0.57 0 0.04 0.08
HSL 175.94º 0.76% 0.66% -
HSV(B) 175.94º 0.57% 0.92% -
XYZ 48.38 67.05 81.63 -
YUV 193.21 145.94 62.23 -
System Red Green Blue C M Y K H S L
Decimal 101 234 225 0.57 0 0.04 0.08 175.94 0.76 0.66
Hex 65 EA E1 39 0 4 8 B0 4C 42
Octal 145 352 341 71 0 4 10 260 114 102
Binary 1100101 11101010 11100001 111001 0 100 1000 10110000 1001100 1000010

Color Harmonies of #65EAE1

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #65EAE1

Black with #65EAE1

Text Example


Text Example

White with #65EAE1

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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