Html Css Color HEX #65E7DF Turquoise Blue

📋 copy color: '#65E7DF'

red 101 ◦ green 231 ◦ blue 223

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

Shades of Turquoise Blue #65E7DF

Tints of Turquoise Blue #65E7DF

RGB

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

 GREEN value IS 231 (90.63% from 255) = 41.62%

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

R = 18.2%
G = 41.62%
B = 40.18%

CMYK

 C value IS 0.56

 M value IS 0

 Y value IS 0.03

 K value IS 0.09

RGB Variations

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

Color information

#65E7DF (or 0x65E7DF) is known color: Turquoise Blue. HEX triplet: 65, E7 and DF. RGB value is (101,231,223). Sum of RGB (Red+Green+Blue) = 101+231+223=555 (73% of max value = 765). Red value is 101 (39.84% from 255 or 18.20% from 555); Green value is 231 (90.62% from 255 or 41.62% from 555); Blue value is 223 (87.5% from 255 or 40.18% from 555); Max value from RGB is 231 - color contains mainly: green. Hex color #65E7DF is not a web safe color. Web safe color analog (approx): #66FFCC. Inversed color of #65E7DF is #9A1820. Grayscale: #BFBFBF. Windows color (decimal): -10098721 or 14673765. OLE color: 14673765.

HSL color Cylindrical-coordinate representation of color #65E7DF: hue angle of 176.31º degrees, saturation: 0.73, lightness: 0.65%. HSV value (or HSB Brightness) of color is 0.91% and HSV saturation: 0.56%. Process color model (Four color, CMYK) of #65E7DF is Cyan = 0.56, Magento = 0, Yellow = 0.03 and Black (K on CMYK) = 0.09.

Color convert

RGB 101 231 223 -
CMYK 0.56 0 0.03 0.09
HSL 176.31º 0.73% 0.65% -
HSV(B) 176.31º 0.56% 0.91% -
XYZ 47.26 65.25 79.91 -
YUV 191.22 145.93 63.65 -
System Red Green Blue C M Y K H S L
Decimal 101 231 223 0.56 0 0.03 0.09 176.31 0.73 0.65
Hex 65 E7 DF 38 0 3 9 B0 49 41
Octal 145 347 337 70 0 3 11 260 111 101
Binary 1100101 11100111 11011111 111000 0 11 1001 10110000 1001001 1000001

Color Harmonies of #65E7DF

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #65E7DF

Black with #65E7DF

Text Example


Text Example

White with #65E7DF

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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