Html Css Color HEX #65EADF Turquoise Blue

📋 copy color: '#65EADF'

red 101 ◦ green 234 ◦ blue 223

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

Shades of Turquoise Blue #65EADF

Tints of Turquoise Blue #65EADF

RGB

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

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

 BLUE value IS 223 (87.5% from 255) = 39.96%

R = 18.1%
G = 41.94%
B = 39.96%

CMYK

 C value IS 0.57

 M value IS 0

 Y value IS 0.05

 K value IS 0.08

RGB Variations

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

Color information

#65EADF (or 0x65EADF) is known color: Turquoise Blue. HEX triplet: 65, EA and DF. RGB value is (101,234,223). Sum of RGB (Red+Green+Blue) = 101+234+223=558 (73% of max value = 765). Red value is 101 (39.84% from 255 or 18.10% from 558); Green value is 234 (91.80% from 255 or 41.94% from 558); Blue value is 223 (87.5% from 255 or 39.96% from 558); Max value from RGB is 234 - color contains mainly: green. Hex color #65EADF is not a web safe color. Web safe color analog (approx): #66FFCC. Inversed color of #65EADF is #9A1520. Grayscale: #C0C0C0. Windows color (decimal): -10097953 or 14674533. OLE color: 14674533.

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

Color convert

RGB 101 234 223 -
CMYK 0.57 0 0.05 0.08
HSL 175.04º 0.76% 0.66% -
HSV(B) 175.04º 0.57% 0.92% -
XYZ 48.11 66.94 80.2 -
YUV 192.98 144.94 62.39 -
System Red Green Blue C M Y K H S L
Decimal 101 234 223 0.57 0 0.05 0.08 175.04 0.76 0.66
Hex 65 EA DF 39 0 5 8 AF 4C 42
Octal 145 352 337 71 0 5 10 257 114 102
Binary 1100101 11101010 11011111 111001 0 101 1000 10101111 1001100 1000010

Color Harmonies of #65EADF

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #65EADF

Black with #65EADF

Text Example


Text Example

White with #65EADF

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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