Html Css Color HEX #65D5F9 Turquoise Blue

📋 copy color: '#65D5F9'

red 101 ◦ green 213 ◦ blue 249

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

Shades of Turquoise Blue #65D5F9

Tints of Turquoise Blue #65D5F9

RGB

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

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

 BLUE value IS 249 (97.66% from 255) = 44.23%

R = 17.94%
G = 37.83%
B = 44.23%

CMYK

 C value IS 0.59

 M value IS 0.14

 Y value IS 0

 K value IS 0.02

RGB Variations

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

Color information

#65D5F9 (or 0x65D5F9) is known color: Turquoise Blue. HEX triplet: 65, D5 and F9. RGB value is (101,213,249). Sum of RGB (Red+Green+Blue) = 101+213+249=563 (74% of max value = 765). Red value is 101 (39.84% from 255 or 17.94% from 563); Green value is 213 (83.59% from 255 or 37.83% from 563); Blue value is 249 (97.66% from 255 or 44.23% from 563); Max value from RGB is 249 - color contains mainly: blue. Hex color #65D5F9 is not a web safe color. Web safe color analog (approx): #66CCFF. Inversed color of #65D5F9 is #9A2A06. Grayscale: #B7B7B7. Windows color (decimal): -10103303 or 16373093. OLE color: 16373093.

HSL color Cylindrical-coordinate representation of color #65D5F9: hue angle of 194.59º degrees, saturation: 0.93, lightness: 0.69%. HSV value (or HSB Brightness) of color is 0.98% and HSV saturation: 0.59%. Process color model (Four color, CMYK) of #65D5F9 is Cyan = 0.59, Magento = 0.14, Yellow = 0 and Black (K on CMYK) = 0.02.

Color convert

RGB 101 213 249 -
CMYK 0.59 0.14 0 0.02
HSL 194.59º 0.93% 0.69% -
HSV(B) 194.59º 0.59% 0.98% -
XYZ 46.26 57.19 98.22 -
YUV 183.62 164.89 69.07 -
System Red Green Blue C M Y K H S L
Decimal 101 213 249 0.59 0.14 0 0.02 194.59 0.93 0.69
Hex 65 D5 F9 3B E 0 2 C3 5C 45
Octal 145 325 371 73 16 0 2 303 134 105
Binary 1100101 11010101 11111001 111011 1110 0 10 11000011 1011100 1000101

Color Harmonies of #65D5F9

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #65D5F9

Black with #65D5F9

Text Example


Text Example

White with #65D5F9

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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