Html Css Color HEX #61E9EF Turquoise Blue

📋 copy color: '#61E9EF'

red 97 ◦ green 233 ◦ blue 239

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

Shades of Turquoise Blue #61E9EF

Tints of Turquoise Blue #61E9EF

RGB

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

 GREEN value IS 233 (91.41% from 255) = 40.95%

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

R = 17.05%
G = 40.95%
B = 42%

CMYK

 C value IS 0.59

 M value IS 0.03

 Y value IS 0

 K value IS 0.06

RGB Variations

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

Color information

#61E9EF (or 0x61E9EF) is known color: Turquoise Blue. HEX triplet: 61, E9 and EF. RGB value is (97,233,239). Sum of RGB (Red+Green+Blue) = 97+233+239=569 (75% of max value = 765). Red value is 97 (38.28% from 255 or 17.05% from 569); Green value is 233 (91.41% from 255 or 40.95% from 569); Blue value is 239 (93.75% from 255 or 42.00% from 569); Max value from RGB is 239 - color contains mainly: blue. Hex color #61E9EF is not a web safe color. Web safe color analog (approx): #66FFFF. Inversed color of #61E9EF is #9E1610. Grayscale: #C0C0C0. Windows color (decimal): -10360337 or 15722849. OLE color: 15722849.

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

Color convert

RGB 97 233 239 -
CMYK 0.59 0.03 0 0.06
HSL 182.54º 0.82% 0.66% -
HSV(B) 182.54º 0.59% 0.94% -
XYZ 49.65 67.05 91.99 -
YUV 193.02 153.94 59.51 -
System Red Green Blue C M Y K H S L
Decimal 97 233 239 0.59 0.03 0 0.06 182.54 0.82 0.66
Hex 61 E9 EF 3B 3 0 6 B7 52 42
Octal 141 351 357 73 3 0 6 267 122 102
Binary 1100001 11101001 11101111 111011 11 0 110 10110111 1010010 1000010

Color Harmonies of #61E9EF

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #61E9EF

Black with #61E9EF

Text Example


Text Example

White with #61E9EF

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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