Html Css Color HEX #61DFDC Turquoise Blue

📋 copy color: '#61DFDC'

red 97 ◦ green 223 ◦ blue 220

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

Shades of Turquoise Blue #61DFDC

Tints of Turquoise Blue #61DFDC

RGB

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

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

 BLUE value IS 220 (86.33% from 255) = 40.74%

R = 17.96%
G = 41.3%
B = 40.74%

CMYK

 C value IS 0.57

 M value IS 0

 Y value IS 0.01

 K value IS 0.13

RGB Variations

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

Color information

#61DFDC (or 0x61DFDC) is known color: Turquoise Blue. HEX triplet: 61, DF and DC. RGB value is (97,223,220). Sum of RGB (Red+Green+Blue) = 97+223+220=540 (71% of max value = 765). Red value is 97 (38.28% from 255 or 17.96% from 540); Green value is 223 (87.5% from 255 or 41.30% from 540); Blue value is 220 (86.33% from 255 or 40.74% from 540); Max value from RGB is 223 - color contains mainly: green. Hex color #61DFDC is not a web safe color. Web safe color analog (approx): #66CCCC. Inversed color of #61DFDC is #9E2023. Grayscale: #B8B8B8. Windows color (decimal): -10362916 or 14475105. OLE color: 14475105.

HSL color Cylindrical-coordinate representation of color #61DFDC: hue angle of 178.57º 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 #61DFDC is Cyan = 0.57, Magento = 0, Yellow = 0.01 and Black (K on CMYK) = 0.13.

Color convert

RGB 97 223 220 -
CMYK 0.57 0 0.01 0.13
HSL 178.57º 0.66% 0.63% -
HSV(B) 178.57º 0.57% 0.87% -
XYZ 44.24 60.48 77.05 -
YUV 184.98 147.76 65.24 -
System Red Green Blue C M Y K H S L
Decimal 97 223 220 0.57 0 0.01 0.13 178.57 0.66 0.63
Hex 61 DF DC 39 0 1 D B3 42 3F
Octal 141 337 334 71 0 1 15 263 102 77
Binary 1100001 11011111 11011100 111001 0 1 1101 10110011 1000010 111111

Color Harmonies of #61DFDC

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #61DFDC

Black with #61DFDC

Text Example


Text Example

White with #61DFDC

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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