Html Css Color HEX #61D9F8 Turquoise Blue

📋 copy color: '#61D9F8'

red 97 ◦ green 217 ◦ blue 248

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

Shades of Turquoise Blue #61D9F8

Tints of Turquoise Blue #61D9F8

RGB

 RED value IS 97 (38.28% from 255) = 17.26%

 GREEN value IS 217 (85.16% from 255) = 38.61%

 BLUE value IS 248 (97.27% from 255) = 44.13%

R = 17.26%
G = 38.61%
B = 44.13%

CMYK

 C value IS 0.61

 M value IS 0.12

 Y value IS 0

 K value IS 0.03

RGB Variations

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

Color information

#61D9F8 (or 0x61D9F8) is known color: Turquoise Blue. HEX triplet: 61, D9 and F8. RGB value is (97,217,248). Sum of RGB (Red+Green+Blue) = 97+217+248=562 (74% of max value = 765). Red value is 97 (38.28% from 255 or 17.26% from 562); Green value is 217 (85.16% from 255 or 38.61% from 562); Blue value is 248 (97.27% from 255 or 44.13% from 562); Max value from RGB is 248 - color contains mainly: blue. Hex color #61D9F8 is not a web safe color. Web safe color analog (approx): #66CCFF. Inversed color of #61D9F8 is #9E2607. Grayscale: #B8B8B8. Windows color (decimal): -10364424 or 16308577. OLE color: 16308577.

HSL color Cylindrical-coordinate representation of color #61D9F8: hue angle of 192.32º degrees, saturation: 0.92, lightness: 0.68%. HSV value (or HSB Brightness) of color is 0.97% and HSV saturation: 0.61%. Process color model (Four color, CMYK) of #61D9F8 is Cyan = 0.61, Magento = 0.12, Yellow = 0 and Black (K on CMYK) = 0.03.

Color convert

RGB 97 217 248 -
CMYK 0.61 0.12 0 0.03
HSL 192.32º 0.92% 0.68% -
HSV(B) 192.32º 0.61% 0.97% -
XYZ 46.69 58.94 97.72 -
YUV 184.65 163.74 65.48 -
System Red Green Blue C M Y K H S L
Decimal 97 217 248 0.61 0.12 0 0.03 192.32 0.92 0.68
Hex 61 D9 F8 3D C 0 3 C0 5C 44
Octal 141 331 370 75 14 0 3 300 134 104
Binary 1100001 11011001 11111000 111101 1100 0 11 11000000 1011100 1000100

Color Harmonies of #61D9F8

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #61D9F8

Black with #61D9F8

Text Example


Text Example

White with #61D9F8

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #61D9F8; }

 p { color: rgb(97,217,248); }

 H1.HeaderClassName
 {
   color: #61D9F8;
 }
 .AnyTagClassName
 {
   color: #61D9F8;
 }
</style>

background-color css

<style>
 a { background-color: #61D9F8; }

 a { background-color: rgb(97,217,248); }

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

border-color css

<style>
 span { border-color: #61D9F8; }

 span { border-color: rgb(97,217,248); }

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