Html Css Color HEX #65EAEB Turquoise Blue

📋 copy color: '#65EAEB'

red 101 ◦ green 234 ◦ blue 235

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

Shades of Turquoise Blue #65EAEB

Tints of Turquoise Blue #65EAEB

RGB

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

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

 BLUE value IS 235 (92.19% from 255) = 41.23%

R = 17.72%
G = 41.05%
B = 41.23%

CMYK

 C value IS 0.57

 M value IS 0.00

 Y value IS 0

 K value IS 0.08

RGB Variations

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

Color information

#65EAEB (or 0x65EAEB) is known color: Turquoise Blue. HEX triplet: 65, EA and EB. RGB value is (101,234,235). Sum of RGB (Red+Green+Blue) = 101+234+235=570 (75% of max value = 765). Red value is 101 (39.84% from 255 or 17.72% from 570); Green value is 234 (91.80% from 255 or 41.05% from 570); Blue value is 235 (92.19% from 255 or 41.23% from 570); Max value from RGB is 235 - color contains mainly: blue. Hex color #65EAEB is not a web safe color. Web safe color analog (approx): #66FFFF. Inversed color of #65EAEB is #9A1514. Grayscale: #C2C2C2. Windows color (decimal): -10097941 or 15460965. OLE color: 15460965.

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

Color convert

RGB 101 234 235 -
CMYK 0.57 0.00 0 0.08
HSL 180.45º 0.77% 0.66% -
HSV(B) 180.45º 0.57% 0.92% -
XYZ 49.79 67.61 89.02 -
YUV 194.35 150.94 61.42 -
System Red Green Blue C M Y K H S L
Decimal 101 234 235 0.57 0.00 0 0.08 180.45 0.77 0.66
Hex 65 EA EB 39 0 0 8 B4 4D 42
Octal 145 352 353 71 0 0 10 264 115 102
Binary 1100101 11101010 11101011 111001 0 0 1000 10110100 1001101 1000010

Color Harmonies of #65EAEB

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #65EAEB

Black with #65EAEB

Text Example


Text Example

White with #65EAEB

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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