Html Css Color HEX #61DADB Turquoise Blue

📋 copy color: '#61DADB'

red 97 ◦ green 218 ◦ blue 219

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

Shades of Turquoise Blue #61DADB

Tints of Turquoise Blue #61DADB

RGB

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

 GREEN value IS 218 (85.55% from 255) = 40.82%

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

R = 18.16%
G = 40.82%
B = 41.01%

CMYK

 C value IS 0.56

 M value IS 0.00

 Y value IS 0

 K value IS 0.14

RGB Variations

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

Color information

#61DADB (or 0x61DADB) is known color: Turquoise Blue. HEX triplet: 61, DA and DB. RGB value is (97,218,219). Sum of RGB (Red+Green+Blue) = 97+218+219=534 (70% of max value = 765). Red value is 97 (38.28% from 255 or 18.16% from 534); Green value is 218 (85.55% from 255 or 40.82% from 534); Blue value is 219 (85.94% from 255 or 41.01% from 534); Max value from RGB is 219 - color contains mainly: blue. Hex color #61DADB is not a web safe color. Web safe color analog (approx): #66CCCC. Inversed color of #61DADB is #9E2524. Grayscale: #B5B5B5. Windows color (decimal): -10364197 or 14408289. OLE color: 14408289.

HSL color Cylindrical-coordinate representation of color #61DADB: hue angle of 180.49º degrees, saturation: 0.63, lightness: 0.62%. HSV value (or HSB Brightness) of color is 0.86% and HSV saturation: 0.56%. Process color model (Four color, CMYK) of #61DADB is Cyan = 0.56, Magento = 0.00, Yellow = 0 and Black (K on CMYK) = 0.14.

Color convert

RGB 97 218 219 -
CMYK 0.56 0.00 0 0.14
HSL 180.49º 0.63% 0.62% -
HSV(B) 180.49º 0.56% 0.86% -
XYZ 42.79 57.8 75.92 -
YUV 181.94 148.91 67.42 -
System Red Green Blue C M Y K H S L
Decimal 97 218 219 0.56 0.00 0 0.14 180.49 0.63 0.62
Hex 61 DA DB 38 0 0 E B4 3F 3E
Octal 141 332 333 70 0 0 16 264 77 76
Binary 1100001 11011010 11011011 111000 0 0 1110 10110100 111111 111110

Color Harmonies of #61DADB

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #61DADB

Black with #61DADB

Text Example


Text Example

White with #61DADB

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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