Html Css Color HEX #61DDEB Turquoise Blue

📋 copy color: '#61DDEB'

red 97 ◦ green 221 ◦ blue 235

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

Shades of Turquoise Blue #61DDEB

Tints of Turquoise Blue #61DDEB

RGB

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

 GREEN value IS 221 (86.72% from 255) = 39.96%

 BLUE value IS 235 (92.19% from 255) = 42.5%

R = 17.54%
G = 39.96%
B = 42.5%

CMYK

 C value IS 0.59

 M value IS 0.06

 Y value IS 0

 K value IS 0.08

RGB Variations

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

Color information

#61DDEB (or 0x61DDEB) is known color: Turquoise Blue. HEX triplet: 61, DD and EB. RGB value is (97,221,235). Sum of RGB (Red+Green+Blue) = 97+221+235=553 (73% of max value = 765). Red value is 97 (38.28% from 255 or 17.54% from 553); Green value is 221 (86.72% from 255 or 39.96% from 553); Blue value is 235 (92.19% from 255 or 42.50% from 553); Max value from RGB is 235 - color contains mainly: blue. Hex color #61DDEB is not a web safe color. Web safe color analog (approx): #66CCFF. Inversed color of #61DDEB is #9E2214. Grayscale: #B9B9B9. Windows color (decimal): -10363413 or 15457633. OLE color: 15457633.

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

Color convert

RGB 97 221 235 -
CMYK 0.59 0.06 0 0.08
HSL 186.09º 0.78% 0.65% -
HSV(B) 186.09º 0.59% 0.92% -
XYZ 45.78 60.25 87.81 -
YUV 185.52 155.92 64.86 -
System Red Green Blue C M Y K H S L
Decimal 97 221 235 0.59 0.06 0 0.08 186.09 0.78 0.65
Hex 61 DD EB 3B 6 0 8 BA 4E 41
Octal 141 335 353 73 6 0 10 272 116 101
Binary 1100001 11011101 11101011 111011 110 0 1000 10111010 1001110 1000001

Color Harmonies of #61DDEB

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #61DDEB

Black with #61DDEB

Text Example


Text Example

White with #61DDEB

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(97,221,235); }

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

background-color css

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

 a { background-color: rgb(97,221,235); }

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

border-color css

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

 span { border-color: rgb(97,221,235); }

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