Html Css Color HEX #65E3F8 Turquoise Blue

📋 copy color: '#65E3F8'

red 101 ◦ green 227 ◦ blue 248

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

Shades of Turquoise Blue #65E3F8

Tints of Turquoise Blue #65E3F8

RGB

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

 GREEN value IS 227 (89.06% from 255) = 39.41%

 BLUE value IS 248 (97.27% from 255) = 43.06%

R = 17.53%
G = 39.41%
B = 43.06%

CMYK

 C value IS 0.59

 M value IS 0.08

 Y value IS 0

 K value IS 0.03

RGB Variations

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

Color information

#65E3F8 (or 0x65E3F8) is known color: Turquoise Blue. HEX triplet: 65, E3 and F8. RGB value is (101,227,248). Sum of RGB (Red+Green+Blue) = 101+227+248=576 (76% of max value = 765). Red value is 101 (39.84% from 255 or 17.53% from 576); Green value is 227 (89.06% from 255 or 39.41% from 576); Blue value is 248 (97.27% from 255 or 43.06% from 576); Max value from RGB is 248 - color contains mainly: blue. Hex color #65E3F8 is not a web safe color. Web safe color analog (approx): #66CCFF. Inversed color of #65E3F8 is #9A1C07. Grayscale: #BFBFBF. Windows color (decimal): -10099720 or 16311141. OLE color: 16311141.

HSL color Cylindrical-coordinate representation of color #65E3F8: hue angle of 188.57º degrees, saturation: 0.91, lightness: 0.68%. HSV value (or HSB Brightness) of color is 0.97% and HSV saturation: 0.59%. Process color model (Four color, CMYK) of #65E3F8 is Cyan = 0.59, Magento = 0.08, Yellow = 0 and Black (K on CMYK) = 0.03.

Color convert

RGB 101 227 248 -
CMYK 0.59 0.08 0 0.03
HSL 188.57º 0.91% 0.68% -
HSV(B) 188.57º 0.59% 0.97% -
XYZ 49.78 64.48 98.63 -
YUV 191.72 159.76 63.29 -
System Red Green Blue C M Y K H S L
Decimal 101 227 248 0.59 0.08 0 0.03 188.57 0.91 0.68
Hex 65 E3 F8 3B 8 0 3 BD 5B 44
Octal 145 343 370 73 10 0 3 275 133 104
Binary 1100101 11100011 11111000 111011 1000 0 11 10111101 1011011 1000100

Color Harmonies of #65E3F8

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #65E3F8

Black with #65E3F8

Text Example


Text Example

White with #65E3F8

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(101,227,248); }

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

background-color css

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

 a { background-color: rgb(101,227,248); }

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

border-color css

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

 span { border-color: rgb(101,227,248); }

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