Html Css Color HEX #65D5F5 Turquoise Blue

📋 copy color: '#65D5F5'

red 101 ◦ green 213 ◦ blue 245

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

Shades of Turquoise Blue #65D5F5

Tints of Turquoise Blue #65D5F5

RGB

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

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

 BLUE value IS 245 (96.09% from 255) = 43.83%

R = 18.07%
G = 38.1%
B = 43.83%

CMYK

 C value IS 0.59

 M value IS 0.13

 Y value IS 0

 K value IS 0.04

RGB Variations

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

Color information

#65D5F5 (or 0x65D5F5) is known color: Turquoise Blue. HEX triplet: 65, D5 and F5. RGB value is (101,213,245). Sum of RGB (Red+Green+Blue) = 101+213+245=559 (74% of max value = 765). Red value is 101 (39.84% from 255 or 18.07% from 559); Green value is 213 (83.59% from 255 or 38.10% from 559); Blue value is 245 (96.09% from 255 or 43.83% from 559); Max value from RGB is 245 - color contains mainly: blue. Hex color #65D5F5 is not a web safe color. Web safe color analog (approx): #66CCFF. Inversed color of #65D5F5 is #9A2A0A. Grayscale: #B6B6B6. Windows color (decimal): -10103307 or 16110949. OLE color: 16110949.

HSL color Cylindrical-coordinate representation of color #65D5F5: hue angle of 193.33º degrees, saturation: 0.88, lightness: 0.68%. HSV value (or HSB Brightness) of color is 0.96% and HSV saturation: 0.59%. Process color model (Four color, CMYK) of #65D5F5 is Cyan = 0.59, Magento = 0.13, Yellow = 0 and Black (K on CMYK) = 0.04.

Color convert

RGB 101 213 245 -
CMYK 0.59 0.13 0 0.04
HSL 193.33º 0.88% 0.68% -
HSV(B) 193.33º 0.59% 0.96% -
XYZ 45.64 56.95 94.97 -
YUV 183.16 162.89 69.4 -
System Red Green Blue C M Y K H S L
Decimal 101 213 245 0.59 0.13 0 0.04 193.33 0.88 0.68
Hex 65 D5 F5 3B D 0 4 C1 58 44
Octal 145 325 365 73 15 0 4 301 130 104
Binary 1100101 11010101 11110101 111011 1101 0 100 11000001 1011000 1000100

Color Harmonies of #65D5F5

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #65D5F5

Black with #65D5F5

Text Example


Text Example

White with #65D5F5

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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