Html Css Color HEX #61D0F7 Turquoise Blue

📋 copy color: '#61D0F7'

red 97 ◦ green 208 ◦ blue 247

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

Shades of Turquoise Blue #61D0F7

Tints of Turquoise Blue #61D0F7

RGB

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

 GREEN value IS 208 (81.64% from 255) = 37.68%

 BLUE value IS 247 (96.88% from 255) = 44.75%

R = 17.57%
G = 37.68%
B = 44.75%

CMYK

 C value IS 0.61

 M value IS 0.16

 Y value IS 0

 K value IS 0.03

RGB Variations

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

Color information

#61D0F7 (or 0x61D0F7) is known color: Turquoise Blue. HEX triplet: 61, D0 and F7. RGB value is (97,208,247). Sum of RGB (Red+Green+Blue) = 97+208+247=552 (73% of max value = 765). Red value is 97 (38.28% from 255 or 17.57% from 552); Green value is 208 (81.64% from 255 or 37.68% from 552); Blue value is 247 (96.88% from 255 or 44.75% from 552); Max value from RGB is 247 - color contains mainly: blue. Hex color #61D0F7 is not a web safe color. Web safe color analog (approx): #66CCFF. Inversed color of #61D0F7 is #9E2F08. Grayscale: #B2B2B2. Windows color (decimal): -10366729 or 16240737. OLE color: 16240737.

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

Color convert

RGB 97 208 247 -
CMYK 0.61 0.16 0 0.03
HSL 195.6º 0.9% 0.67% -
HSV(B) 195.6º 0.61% 0.97% -
XYZ 44.27 54.37 96.16 -
YUV 179.26 166.23 69.33 -
System Red Green Blue C M Y K H S L
Decimal 97 208 247 0.61 0.16 0 0.03 195.6 0.9 0.67
Hex 61 D0 F7 3D 10 0 3 C4 5A 43
Octal 141 320 367 75 20 0 3 304 132 103
Binary 1100001 11010000 11110111 111101 10000 0 11 11000100 1011010 1000011

Color Harmonies of #61D0F7

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #61D0F7

Black with #61D0F7

Text Example


Text Example

White with #61D0F7

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(97,208,247); }

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

background-color css

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

 a { background-color: rgb(97,208,247); }

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

border-color css

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

 span { border-color: rgb(97,208,247); }

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