Html Css Color HEX #61ECE4 Turquoise Blue

📋 copy color: '#61ECE4'

red 97 ◦ green 236 ◦ blue 228

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

Shades of Turquoise Blue #61ECE4

Tints of Turquoise Blue #61ECE4

RGB

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

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

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

R = 17.29%
G = 42.07%
B = 40.64%

CMYK

 C value IS 0.59

 M value IS 0

 Y value IS 0.03

 K value IS 0.07

RGB Variations

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

Color information

#61ECE4 (or 0x61ECE4) is known color: Turquoise Blue. HEX triplet: 61, EC and E4. RGB value is (97,236,228). Sum of RGB (Red+Green+Blue) = 97+236+228=561 (74% of max value = 765). Red value is 97 (38.28% from 255 or 17.29% from 561); Green value is 236 (92.58% from 255 or 42.07% from 561); Blue value is 228 (89.45% from 255 or 40.64% from 561); Max value from RGB is 236 - color contains mainly: green. Hex color #61ECE4 is not a web safe color. Web safe color analog (approx): #66FFCC. Inversed color of #61ECE4 is #9E131B. Grayscale: #C1C1C1. Windows color (decimal): -10359580 or 15002721. OLE color: 15002721.

HSL color Cylindrical-coordinate representation of color #61ECE4: hue angle of 176.55º 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 #61ECE4 is Cyan = 0.59, Magento = 0, Yellow = 0.03 and Black (K on CMYK) = 0.07.

Color convert

RGB 97 236 228 -
CMYK 0.59 0 0.03 0.07
HSL 176.55º 0.79% 0.65% -
HSV(B) 176.55º 0.59% 0.93% -
XYZ 48.93 68.13 83.97 -
YUV 193.53 147.45 59.15 -
System Red Green Blue C M Y K H S L
Decimal 97 236 228 0.59 0 0.03 0.07 176.55 0.79 0.65
Hex 61 EC E4 3B 0 3 7 B1 4F 41
Octal 141 354 344 73 0 3 7 261 117 101
Binary 1100001 11101100 11100100 111011 0 11 111 10110001 1001111 1000001

Color Harmonies of #61ECE4

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #61ECE4

Black with #61ECE4

Text Example


Text Example

White with #61ECE4

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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