Html Css Color HEX #61DFDB Turquoise Blue

📋 copy color: '#61DFDB'

red 97 ◦ green 223 ◦ blue 219

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

Shades of Turquoise Blue #61DFDB

Tints of Turquoise Blue #61DFDB

RGB

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

 GREEN value IS 223 (87.5% from 255) = 41.37%

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

R = 18%
G = 41.37%
B = 40.63%

CMYK

 C value IS 0.57

 M value IS 0

 Y value IS 0.02

 K value IS 0.13

RGB Variations

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

Color information

#61DFDB (or 0x61DFDB) is known color: Turquoise Blue. HEX triplet: 61, DF and DB. RGB value is (97,223,219). Sum of RGB (Red+Green+Blue) = 97+223+219=539 (71% of max value = 765). Red value is 97 (38.28% from 255 or 18.00% from 539); Green value is 223 (87.5% from 255 or 41.37% from 539); Blue value is 219 (85.94% from 255 or 40.63% from 539); Max value from RGB is 223 - color contains mainly: green. Hex color #61DFDB is not a web safe color. Web safe color analog (approx): #66CCCC. Inversed color of #61DFDB is #9E2024. Grayscale: #B8B8B8. Windows color (decimal): -10362917 or 14409569. OLE color: 14409569.

HSL color Cylindrical-coordinate representation of color #61DFDB: hue angle of 178.1º degrees, saturation: 0.66, lightness: 0.63%. HSV value (or HSB Brightness) of color is 0.87% and HSV saturation: 0.57%. Process color model (Four color, CMYK) of #61DFDB is Cyan = 0.57, Magento = 0, Yellow = 0.02 and Black (K on CMYK) = 0.13.

Color convert

RGB 97 223 219 -
CMYK 0.57 0 0.02 0.13
HSL 178.1º 0.66% 0.63% -
HSV(B) 178.1º 0.57% 0.87% -
XYZ 44.1 60.43 76.36 -
YUV 184.87 147.26 65.33 -
System Red Green Blue C M Y K H S L
Decimal 97 223 219 0.57 0 0.02 0.13 178.1 0.66 0.63
Hex 61 DF DB 39 0 2 D B2 42 3F
Octal 141 337 333 71 0 2 15 262 102 77
Binary 1100001 11011111 11011011 111001 0 10 1101 10110010 1000010 111111

Color Harmonies of #61DFDB

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #61DFDB

Black with #61DFDB

Text Example


Text Example

White with #61DFDB

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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