Html Css Color HEX #65EBDF Turquoise Blue

📋 copy color: '#65EBDF'

red 101 ◦ green 235 ◦ blue 223

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

Shades of Turquoise Blue #65EBDF

Tints of Turquoise Blue #65EBDF

RGB

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

 GREEN value IS 235 (92.19% from 255) = 42.04%

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

R = 18.07%
G = 42.04%
B = 39.89%

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

#65EBDF (or 0x65EBDF) is known color: Turquoise Blue. HEX triplet: 65, EB and DF. RGB value is (101,235,223). Sum of RGB (Red+Green+Blue) = 101+235+223=559 (74% of max value = 765). Red value is 101 (39.84% from 255 or 18.07% from 559); Green value is 235 (92.19% from 255 or 42.04% from 559); Blue value is 223 (87.5% from 255 or 39.89% from 559); Max value from RGB is 235 - color contains mainly: green. Hex color #65EBDF is not a web safe color. Web safe color analog (approx): #66FFCC. Inversed color of #65EBDF is #9A1420. Grayscale: #C1C1C1. Windows color (decimal): -10097697 or 14674789. OLE color: 14674789.

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

Color convert

RGB 101 235 223 -
CMYK 0.57 0 0.05 0.08
HSL 174.63º 0.77% 0.66% -
HSV(B) 174.63º 0.57% 0.92% -
XYZ 48.39 67.51 80.29 -
YUV 193.57 144.61 61.98 -
System Red Green Blue C M Y K H S L
Decimal 101 235 223 0.57 0 0.05 0.08 174.63 0.77 0.66
Hex 65 EB DF 39 0 5 8 AF 4D 42
Octal 145 353 337 71 0 5 10 257 115 102
Binary 1100101 11101011 11011111 111001 0 101 1000 10101111 1001101 1000010

Color Harmonies of #65EBDF

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #65EBDF

Black with #65EBDF

Text Example


Text Example

White with #65EBDF

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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