Html Css Color HEX #61ECDF Turquoise Blue

📋 copy color: '#61ECDF'

red 97 ◦ green 236 ◦ blue 223

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

Shades of Turquoise Blue #61ECDF

Tints of Turquoise Blue #61ECDF

RGB

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

 GREEN value IS 236 (92.58% from 255) = 42.45%

 BLUE value IS 223 (87.5% from 255) = 40.11%

R = 17.45%
G = 42.45%
B = 40.11%

CMYK

 C value IS 0.59

 M value IS 0

 Y value IS 0.06

 K value IS 0.07

RGB Variations

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

Color information

#61ECDF (or 0x61ECDF) is known color: Turquoise Blue. HEX triplet: 61, EC and DF. RGB value is (97,236,223). Sum of RGB (Red+Green+Blue) = 97+236+223=556 (73% of max value = 765). Red value is 97 (38.28% from 255 or 17.45% from 556); Green value is 236 (92.58% from 255 or 42.45% from 556); Blue value is 223 (87.5% from 255 or 40.11% from 556); Max value from RGB is 236 - color contains mainly: green. Hex color #61ECDF is not a web safe color. Web safe color analog (approx): #66FFCC. Inversed color of #61ECDF is #9E1320. Grayscale: #C0C0C0. Windows color (decimal): -10359585 or 14675041. OLE color: 14675041.

HSL color Cylindrical-coordinate representation of color #61ECDF: hue angle of 174.39º degrees, saturation: 0.79, lightness: 0.65%. HSV value (or HSB Brightness) of color is 0.93% and HSV saturation: 0.59%. Process color model (Four color, CMYK) of #61ECDF is Cyan = 0.59, Magento = 0, Yellow = 0.06 and Black (K on CMYK) = 0.07.

Color convert

RGB 97 236 223 -
CMYK 0.59 0 0.06 0.07
HSL 174.39º 0.79% 0.65% -
HSV(B) 174.39º 0.59% 0.93% -
XYZ 48.24 67.86 80.37 -
YUV 192.96 144.95 59.56 -
System Red Green Blue C M Y K H S L
Decimal 97 236 223 0.59 0 0.06 0.07 174.39 0.79 0.65
Hex 61 EC DF 3B 0 6 7 AE 4F 41
Octal 141 354 337 73 0 6 7 256 117 101
Binary 1100001 11101100 11011111 111011 0 110 111 10101110 1001111 1000001

Color Harmonies of #61ECDF

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #61ECDF

Black with #61ECDF

Text Example


Text Example

White with #61ECDF

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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