Html Css Color HEX #65D8FE Turquoise Blue

📋 copy color: '#65D8FE'

red 101 ◦ green 216 ◦ blue 254

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

Shades of Turquoise Blue #65D8FE

Tints of Turquoise Blue #65D8FE

RGB

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

 GREEN value IS 216 (84.77% from 255) = 37.83%

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

R = 17.69%
G = 37.83%
B = 44.48%

CMYK

 C value IS 0.60

 M value IS 0.15

 Y value IS 0

 K value IS 0.00

RGB Variations

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

Color information

#65D8FE (or 0x65D8FE) is known color: Turquoise Blue. HEX triplet: 65, D8 and FE. RGB value is (101,216,254). Sum of RGB (Red+Green+Blue) = 101+216+254=571 (75% of max value = 765). Red value is 101 (39.84% from 255 or 17.69% from 571); Green value is 216 (84.77% from 255 or 37.83% from 571); Blue value is 254 (99.61% from 255 or 44.48% from 571); Max value from RGB is 254 - color contains mainly: blue. Hex color #65D8FE is not a web safe color. Web safe color analog (approx): #66CCFF. Inversed color of #65D8FE is #9A2701. Grayscale: #B9B9B9. Windows color (decimal): -10102530 or 16701541. OLE color: 16701541.

HSL color Cylindrical-coordinate representation of color #65D8FE: hue angle of 194.9º 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 #65D8FE is Cyan = 0.60, Magento = 0.15, Yellow = 0 and Black (K on CMYK) = 0.00.

Color convert

RGB 101 216 254 -
CMYK 0.60 0.15 0 0.00
HSL 194.9º 0.99% 0.7% -
HSV(B) 194.9º 0.6% 1% -
XYZ 47.81 59.03 102.64 -
YUV 185.95 166.4 67.41 -
System Red Green Blue C M Y K H S L
Decimal 101 216 254 0.60 0.15 0 0.00 194.9 0.99 0.7
Hex 65 D8 FE 3C F 0 0 C3 63 46
Octal 145 330 376 74 17 0 0 303 143 106
Binary 1100101 11011000 11111110 111100 1111 0 0 11000011 1100011 1000110

Color Harmonies of #65D8FE

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #65D8FE

Black with #65D8FE

Text Example


Text Example

White with #65D8FE

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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