Html Css Color HEX #61D1EA Turquoise Blue

📋 copy color: '#61D1EA'

red 97 ◦ green 209 ◦ blue 234

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

Shades of Turquoise Blue #61D1EA

Tints of Turquoise Blue #61D1EA

RGB

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

 GREEN value IS 209 (82.03% from 255) = 38.7%

 BLUE value IS 234 (91.8% from 255) = 43.33%

R = 17.96%
G = 38.7%
B = 43.33%

CMYK

 C value IS 0.59

 M value IS 0.11

 Y value IS 0

 K value IS 0.08

RGB Variations

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

Color information

#61D1EA (or 0x61D1EA) is known color: Turquoise Blue. HEX triplet: 61, D1 and EA. RGB value is (97,209,234). Sum of RGB (Red+Green+Blue) = 97+209+234=540 (71% of max value = 765). Red value is 97 (38.28% from 255 or 17.96% from 540); Green value is 209 (82.03% from 255 or 38.70% from 540); Blue value is 234 (91.80% from 255 or 43.33% from 540); Max value from RGB is 234 - color contains mainly: blue. Hex color #61D1EA is not a web safe color. Web safe color analog (approx): #66CCFF. Inversed color of #61D1EA is #9E2E15. Grayscale: #B2B2B2. Windows color (decimal): -10366486 or 15389025. OLE color: 15389025.

HSL color Cylindrical-coordinate representation of color #61D1EA: hue angle of 190.95º degrees, saturation: 0.77, lightness: 0.65%. HSV value (or HSB Brightness) of color is 0.92% and HSV saturation: 0.59%. Process color model (Four color, CMYK) of #61D1EA is Cyan = 0.59, Magento = 0.11, Yellow = 0 and Black (K on CMYK) = 0.08.

Color convert

RGB 97 209 234 -
CMYK 0.59 0.11 0 0.08
HSL 190.95º 0.77% 0.65% -
HSV(B) 190.95º 0.59% 0.92% -
XYZ 42.58 54.08 86.04 -
YUV 178.36 159.39 69.97 -
System Red Green Blue C M Y K H S L
Decimal 97 209 234 0.59 0.11 0 0.08 190.95 0.77 0.65
Hex 61 D1 EA 3B B 0 8 BF 4D 41
Octal 141 321 352 73 13 0 10 277 115 101
Binary 1100001 11010001 11101010 111011 1011 0 1000 10111111 1001101 1000001

Color Harmonies of #61D1EA

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #61D1EA

Black with #61D1EA

Text Example


Text Example

White with #61D1EA

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(97,209,234); }

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

background-color css

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

 a { background-color: rgb(97,209,234); }

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

border-color css

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

 span { border-color: rgb(97,209,234); }

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