Html Css Color HEX #61EDF0 Turquoise Blue

📋 copy color: '#61EDF0'

red 97 ◦ green 237 ◦ blue 240

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

Shades of Turquoise Blue #61EDF0

Tints of Turquoise Blue #61EDF0

RGB

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

 GREEN value IS 237 (92.97% from 255) = 41.29%

 BLUE value IS 240 (94.14% from 255) = 41.81%

R = 16.9%
G = 41.29%
B = 41.81%

CMYK

 C value IS 0.60

 M value IS 0.01

 Y value IS 0

 K value IS 0.06

RGB Variations

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

Color information

#61EDF0 (or 0x61EDF0) is known color: Turquoise Blue. HEX triplet: 61, ED and F0. RGB value is (97,237,240). Sum of RGB (Red+Green+Blue) = 97+237+240=574 (76% of max value = 765). Red value is 97 (38.28% from 255 or 16.90% from 574); Green value is 237 (92.97% from 255 or 41.29% from 574); Blue value is 240 (94.14% from 255 or 41.81% from 574); Max value from RGB is 240 - color contains mainly: blue. Hex color #61EDF0 is not a web safe color. Web safe color analog (approx): #66FFFF. Inversed color of #61EDF0 is #9E120F. Grayscale: #C3C3C3. Windows color (decimal): -10359312 or 15789409. OLE color: 15789409.

HSL color Cylindrical-coordinate representation of color #61EDF0: hue angle of 181.26º degrees, saturation: 0.83, lightness: 0.66%. HSV value (or HSB Brightness) of color is 0.94% and HSV saturation: 0.6%. Process color model (Four color, CMYK) of #61EDF0 is Cyan = 0.60, Magento = 0.01, Yellow = 0 and Black (K on CMYK) = 0.06.

Color convert

RGB 97 237 240 -
CMYK 0.60 0.01 0 0.06
HSL 181.26º 0.83% 0.66% -
HSV(B) 181.26º 0.6% 0.94% -
XYZ 50.94 69.4 93.15 -
YUV 195.48 153.12 57.76 -
System Red Green Blue C M Y K H S L
Decimal 97 237 240 0.60 0.01 0 0.06 181.26 0.83 0.66
Hex 61 ED F0 3C 1 0 6 B5 53 42
Octal 141 355 360 74 1 0 6 265 123 102
Binary 1100001 11101101 11110000 111100 1 0 110 10110101 1010011 1000010

Color Harmonies of #61EDF0

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #61EDF0

Black with #61EDF0

Text Example


Text Example

White with #61EDF0

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(97,237,240); }

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

background-color css

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

 a { background-color: rgb(97,237,240); }

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

border-color css

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

 span { border-color: rgb(97,237,240); }

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