Html Css Color HEX #61DCE4 Turquoise Blue

📋 copy color: '#61DCE4'

red 97 ◦ green 220 ◦ blue 228

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

Shades of Turquoise Blue #61DCE4

Tints of Turquoise Blue #61DCE4

RGB

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

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

 BLUE value IS 228 (89.45% from 255) = 41.83%

R = 17.8%
G = 40.37%
B = 41.83%

CMYK

 C value IS 0.57

 M value IS 0.04

 Y value IS 0

 K value IS 0.11

RGB Variations

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

Color information

#61DCE4 (or 0x61DCE4) is known color: Turquoise Blue. HEX triplet: 61, DC and E4. RGB value is (97,220,228). Sum of RGB (Red+Green+Blue) = 97+220+228=545 (72% of max value = 765). Red value is 97 (38.28% from 255 or 17.80% from 545); Green value is 220 (86.33% from 255 or 40.37% from 545); Blue value is 228 (89.45% from 255 or 41.83% from 545); Max value from RGB is 228 - color contains mainly: blue. Hex color #61DCE4 is not a web safe color. Web safe color analog (approx): #66CCCC. Inversed color of #61DCE4 is #9E231B. Grayscale: #B7B7B7. Windows color (decimal): -10363676 or 14998625. OLE color: 14998625.

HSL color Cylindrical-coordinate representation of color #61DCE4: hue angle of 183.66º degrees, saturation: 0.71, lightness: 0.64%. HSV value (or HSB Brightness) of color is 0.89% and HSV saturation: 0.57%. Process color model (Four color, CMYK) of #61DCE4 is Cyan = 0.57, Magento = 0.04, Yellow = 0 and Black (K on CMYK) = 0.11.

Color convert

RGB 97 220 228 -
CMYK 0.57 0.04 0 0.11
HSL 183.66º 0.71% 0.64% -
HSV(B) 183.66º 0.57% 0.89% -
XYZ 44.53 59.33 82.5 -
YUV 184.14 152.75 65.85 -
System Red Green Blue C M Y K H S L
Decimal 97 220 228 0.57 0.04 0 0.11 183.66 0.71 0.64
Hex 61 DC E4 39 4 0 B B8 47 40
Octal 141 334 344 71 4 0 13 270 107 100
Binary 1100001 11011100 11100100 111001 100 0 1011 10111000 1000111 1000000

Color Harmonies of #61DCE4

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #61DCE4

Black with #61DCE4

Text Example


Text Example

White with #61DCE4

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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