Html Css Color HEX #61EEE8 Turquoise Blue

📋 copy color: '#61EEE8'

red 97 ◦ green 238 ◦ blue 232

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

Shades of Turquoise Blue #61EEE8

Tints of Turquoise Blue #61EEE8

RGB

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

 GREEN value IS 238 (93.36% from 255) = 41.98%

 BLUE value IS 232 (91.02% from 255) = 40.92%

R = 17.11%
G = 41.98%
B = 40.92%

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

#61EEE8 (or 0x61EEE8) is known color: Turquoise Blue. HEX triplet: 61, EE and E8. RGB value is (97,238,232). Sum of RGB (Red+Green+Blue) = 97+238+232=567 (75% of max value = 765). Red value is 97 (38.28% from 255 or 17.11% from 567); Green value is 238 (93.36% from 255 or 41.98% from 567); Blue value is 232 (91.02% from 255 or 40.92% from 567); Max value from RGB is 238 - color contains mainly: green. Hex color #61EEE8 is not a web safe color. Web safe color analog (approx): #66FFFF. Inversed color of #61EEE8 is #9E1117. Grayscale: #C3C3C3. Windows color (decimal): -10359064 or 15265377. OLE color: 15265377.

HSL color Cylindrical-coordinate representation of color #61EEE8: hue angle of 177.45º degrees, saturation: 0.81, lightness: 0.66%. HSV value (or HSB Brightness) of color is 0.93% and HSV saturation: 0.59%. Process color model (Four color, CMYK) of #61EEE8 is Cyan = 0.59, Magento = 0, Yellow = 0.03 and Black (K on CMYK) = 0.07.

Color convert

RGB 97 238 232 -
CMYK 0.59 0 0.03 0.07
HSL 177.45º 0.81% 0.66% -
HSV(B) 177.45º 0.59% 0.93% -
XYZ 50.07 69.52 87.12 -
YUV 195.16 148.79 57.99 -
System Red Green Blue C M Y K H S L
Decimal 97 238 232 0.59 0 0.03 0.07 177.45 0.81 0.66
Hex 61 EE E8 3B 0 3 7 B1 51 42
Octal 141 356 350 73 0 3 7 261 121 102
Binary 1100001 11101110 11101000 111011 0 11 111 10110001 1010001 1000010

Color Harmonies of #61EEE8

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #61EEE8

Black with #61EEE8

Text Example


Text Example

White with #61EEE8

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(97,238,232); }

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

background-color css

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

 a { background-color: rgb(97,238,232); }

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

border-color css

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

 span { border-color: rgb(97,238,232); }

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