Html Css Color HEX #65E7FE Turquoise Blue

📋 copy color: '#65E7FE'

red 101 ◦ green 231 ◦ blue 254

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

Shades of Turquoise Blue #65E7FE

Tints of Turquoise Blue #65E7FE

RGB

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

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

 BLUE value IS 254 (99.61% from 255) = 43.34%

R = 17.24%
G = 39.42%
B = 43.34%

CMYK

 C value IS 0.60

 M value IS 0.09

 Y value IS 0

 K value IS 0.00

RGB Variations

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

Color information

#65E7FE (or 0x65E7FE) is known color: Turquoise Blue. HEX triplet: 65, E7 and FE. RGB value is (101,231,254). Sum of RGB (Red+Green+Blue) = 101+231+254=586 (77% of max value = 765). Red value is 101 (39.84% from 255 or 17.24% from 586); Green value is 231 (90.62% from 255 or 39.42% from 586); Blue value is 254 (99.61% from 255 or 43.34% from 586); Max value from RGB is 254 - color contains mainly: blue. Hex color #65E7FE is not a web safe color. Web safe color analog (approx): #66FFFF. Inversed color of #65E7FE is #9A1801. Grayscale: #C2C2C2. Windows color (decimal): -10098690 or 16705381. OLE color: 16705381.

HSL color Cylindrical-coordinate representation of color #65E7FE: hue angle of 189.02º degrees, saturation: 0.99, lightness: 0.7%. HSV value (or HSB Brightness) of color is 1% and HSV saturation: 0.6%. Process color model (Four color, CMYK) of #65E7FE is Cyan = 0.60, Magento = 0.09, Yellow = 0 and Black (K on CMYK) = 0.00.

Color convert

RGB 101 231 254 -
CMYK 0.60 0.09 0 0.00
HSL 189.02º 0.99% 0.7% -
HSV(B) 189.02º 0.6% 1% -
XYZ 51.83 67.07 103.98 -
YUV 194.75 161.43 61.13 -
System Red Green Blue C M Y K H S L
Decimal 101 231 254 0.60 0.09 0 0.00 189.02 0.99 0.7
Hex 65 E7 FE 3C 9 0 0 BD 63 46
Octal 145 347 376 74 11 0 0 275 143 106
Binary 1100101 11100111 11111110 111100 1001 0 0 10111101 1100011 1000110

Color Harmonies of #65E7FE

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #65E7FE

Black with #65E7FE

Text Example


Text Example

White with #65E7FE

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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