Html Css Color HEX #65D5FB Turquoise Blue

📋 copy color: '#65D5FB'

red 101 ◦ green 213 ◦ blue 251

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

Shades of Turquoise Blue #65D5FB

Tints of Turquoise Blue #65D5FB

RGB

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

 GREEN value IS 213 (83.59% from 255) = 37.7%

 BLUE value IS 251 (98.44% from 255) = 44.42%

R = 17.88%
G = 37.7%
B = 44.42%

CMYK

 C value IS 0.60

 M value IS 0.15

 Y value IS 0

 K value IS 0.02

RGB Variations

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

Color information

#65D5FB (or 0x65D5FB) is known color: Turquoise Blue. HEX triplet: 65, D5 and FB. RGB value is (101,213,251). Sum of RGB (Red+Green+Blue) = 101+213+251=565 (74% of max value = 765). Red value is 101 (39.84% from 255 or 17.88% from 565); Green value is 213 (83.59% from 255 or 37.70% from 565); Blue value is 251 (98.44% from 255 or 44.42% from 565); Max value from RGB is 251 - color contains mainly: blue. Hex color #65D5FB is not a web safe color. Web safe color analog (approx): #66CCFF. Inversed color of #65D5FB is #9A2A04. Grayscale: #B7B7B7. Windows color (decimal): -10103301 or 16504165. OLE color: 16504165.

HSL color Cylindrical-coordinate representation of color #65D5FB: hue angle of 195.2º degrees, saturation: 0.95, lightness: 0.69%. HSV value (or HSB Brightness) of color is 0.98% and HSV saturation: 0.6%. Process color model (Four color, CMYK) of #65D5FB is Cyan = 0.60, Magento = 0.15, Yellow = 0 and Black (K on CMYK) = 0.02.

Color convert

RGB 101 213 251 -
CMYK 0.60 0.15 0 0.02
HSL 195.2º 0.95% 0.69% -
HSV(B) 195.2º 0.6% 0.98% -
XYZ 46.57 57.32 99.88 -
YUV 183.84 165.89 68.91 -
System Red Green Blue C M Y K H S L
Decimal 101 213 251 0.60 0.15 0 0.02 195.2 0.95 0.69
Hex 65 D5 FB 3C F 0 2 C3 5F 45
Octal 145 325 373 74 17 0 2 303 137 105
Binary 1100101 11010101 11111011 111100 1111 0 10 11000011 1011111 1000101

Color Harmonies of #65D5FB

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #65D5FB

Black with #65D5FB

Text Example


Text Example

White with #65D5FB

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(101,213,251); }

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

background-color css

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

 a { background-color: rgb(101,213,251); }

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

border-color css

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

 span { border-color: rgb(101,213,251); }

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