Html Css Color HEX #61DCE6 Turquoise Blue

📋 copy color: '#61DCE6'

red 97 ◦ green 220 ◦ blue 230

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

Shades of Turquoise Blue #61DCE6

Tints of Turquoise Blue #61DCE6

RGB

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

 GREEN value IS 220 (86.33% from 255) = 40.22%

 BLUE value IS 230 (90.23% from 255) = 42.05%

R = 17.73%
G = 40.22%
B = 42.05%

CMYK

 C value IS 0.58

 M value IS 0.04

 Y value IS 0

 K value IS 0.10

RGB Variations

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

Color information

#61DCE6 (or 0x61DCE6) is known color: Turquoise Blue. HEX triplet: 61, DC and E6. RGB value is (97,220,230). Sum of RGB (Red+Green+Blue) = 97+220+230=547 (72% of max value = 765). Red value is 97 (38.28% from 255 or 17.73% from 547); Green value is 220 (86.33% from 255 or 40.22% from 547); Blue value is 230 (90.23% from 255 or 42.05% from 547); Max value from RGB is 230 - color contains mainly: blue. Hex color #61DCE6 is not a web safe color. Web safe color analog (approx): #66CCFF. Inversed color of #61DCE6 is #9E2319. Grayscale: #B8B8B8. Windows color (decimal): -10363674 or 15129697. OLE color: 15129697.

HSL color Cylindrical-coordinate representation of color #61DCE6: hue angle of 184.51º degrees, saturation: 0.73, lightness: 0.64%. HSV value (or HSB Brightness) of color is 0.9% and HSV saturation: 0.58%. Process color model (Four color, CMYK) of #61DCE6 is Cyan = 0.58, Magento = 0.04, Yellow = 0 and Black (K on CMYK) = 0.10.

Color convert

RGB 97 220 230 -
CMYK 0.58 0.04 0 0.10
HSL 184.51º 0.73% 0.64% -
HSV(B) 184.51º 0.58% 0.9% -
XYZ 44.81 59.44 83.97 -
YUV 184.36 153.75 65.69 -
System Red Green Blue C M Y K H S L
Decimal 97 220 230 0.58 0.04 0 0.10 184.51 0.73 0.64
Hex 61 DC E6 3A 4 0 A B9 49 40
Octal 141 334 346 72 4 0 12 271 111 100
Binary 1100001 11011100 11100110 111010 100 0 1010 10111001 1001001 1000000

Color Harmonies of #61DCE6

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #61DCE6

Black with #61DCE6

Text Example


Text Example

White with #61DCE6

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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