Html Css Color HEX #61F0DB Turquoise Blue

📋 copy color: '#61F0DB'

red 97 ◦ green 240 ◦ blue 219

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

Shades of Turquoise Blue #61F0DB

Tints of Turquoise Blue #61F0DB

RGB

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

 GREEN value IS 240 (94.14% from 255) = 43.17%

 BLUE value IS 219 (85.94% from 255) = 39.39%

R = 17.45%
G = 43.17%
B = 39.39%

CMYK

 C value IS 0.60

 M value IS 0

 Y value IS 0.09

 K value IS 0.06

RGB Variations

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

Color information

#61F0DB (or 0x61F0DB) is known color: Turquoise Blue. HEX triplet: 61, F0 and DB. RGB value is (97,240,219). Sum of RGB (Red+Green+Blue) = 97+240+219=556 (73% of max value = 765). Red value is 97 (38.28% from 255 or 17.45% from 556); Green value is 240 (94.14% from 255 or 43.17% from 556); Blue value is 219 (85.94% from 255 or 39.39% from 556); Max value from RGB is 240 - color contains mainly: green. Hex color #61F0DB is not a web safe color. Web safe color analog (approx): #66FFCC. Inversed color of #61F0DB is #9E0F24. Grayscale: #C2C2C2. Windows color (decimal): -10358565 or 14413921. OLE color: 14413921.

HSL color Cylindrical-coordinate representation of color #61F0DB: hue angle of 171.19º degrees, saturation: 0.83, lightness: 0.66%. HSV value (or HSB Brightness) of color is 0.94% and HSV saturation: 0.6%. Process color model (Four color, CMYK) of #61F0DB is Cyan = 0.60, Magento = 0, Yellow = 0.09 and Black (K on CMYK) = 0.06.

Color convert

RGB 97 240 219 -
CMYK 0.60 0 0.09 0.06
HSL 171.19º 0.83% 0.66% -
HSV(B) 171.19º 0.6% 0.94% -
XYZ 48.88 69.98 77.95 -
YUV 194.85 141.62 58.21 -
System Red Green Blue C M Y K H S L
Decimal 97 240 219 0.60 0 0.09 0.06 171.19 0.83 0.66
Hex 61 F0 DB 3C 0 9 6 AB 53 42
Octal 141 360 333 74 0 11 6 253 123 102
Binary 1100001 11110000 11011011 111100 0 1001 110 10101011 1010011 1000010

Color Harmonies of #61F0DB

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #61F0DB

Black with #61F0DB

Text Example


Text Example

White with #61F0DB

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(97,240,219); }

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

background-color css

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

 a { background-color: rgb(97,240,219); }

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

border-color css

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

 span { border-color: rgb(97,240,219); }

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