Html Css Color HEX #61EAEF Turquoise Blue

📋 copy color: '#61EAEF'

red 97 ◦ green 234 ◦ blue 239

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

Shades of Turquoise Blue #61EAEF

Tints of Turquoise Blue #61EAEF

RGB

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

 GREEN value IS 234 (91.8% from 255) = 41.05%

 BLUE value IS 239 (93.75% from 255) = 41.93%

R = 17.02%
G = 41.05%
B = 41.93%

CMYK

 C value IS 0.59

 M value IS 0.02

 Y value IS 0

 K value IS 0.06

RGB Variations

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

Color information

#61EAEF (or 0x61EAEF) is known color: Turquoise Blue. HEX triplet: 61, EA and EF. RGB value is (97,234,239). Sum of RGB (Red+Green+Blue) = 97+234+239=570 (75% of max value = 765). Red value is 97 (38.28% from 255 or 17.02% from 570); Green value is 234 (91.80% from 255 or 41.05% from 570); Blue value is 239 (93.75% from 255 or 41.93% from 570); Max value from RGB is 239 - color contains mainly: blue. Hex color #61EAEF is not a web safe color. Web safe color analog (approx): #66FFFF. Inversed color of #61EAEF is #9E1510. Grayscale: #C1C1C1. Windows color (decimal): -10360081 or 15723105. OLE color: 15723105.

HSL color Cylindrical-coordinate representation of color #61EAEF: hue angle of 182.11º degrees, saturation: 0.82, lightness: 0.66%. HSV value (or HSB Brightness) of color is 0.94% and HSV saturation: 0.59%. Process color model (Four color, CMYK) of #61EAEF is Cyan = 0.59, Magento = 0.02, Yellow = 0 and Black (K on CMYK) = 0.06.

Color convert

RGB 97 234 239 -
CMYK 0.59 0.02 0 0.06
HSL 182.11º 0.82% 0.66% -
HSV(B) 182.11º 0.59% 0.94% -
XYZ 49.93 67.62 92.08 -
YUV 193.61 153.61 59.09 -
System Red Green Blue C M Y K H S L
Decimal 97 234 239 0.59 0.02 0 0.06 182.11 0.82 0.66
Hex 61 EA EF 3B 2 0 6 B6 52 42
Octal 141 352 357 73 2 0 6 266 122 102
Binary 1100001 11101010 11101111 111011 10 0 110 10110110 1010010 1000010

Color Harmonies of #61EAEF

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #61EAEF

Black with #61EAEF

Text Example


Text Example

White with #61EAEF

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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