Html Css Color HEX #61D0DF Turquoise Blue

📋 copy color: '#61D0DF'

red 97 ◦ green 208 ◦ blue 223

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

Shades of Turquoise Blue #61D0DF

Tints of Turquoise Blue #61D0DF

RGB

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

 GREEN value IS 208 (81.64% from 255) = 39.39%

 BLUE value IS 223 (87.5% from 255) = 42.23%

R = 18.37%
G = 39.39%
B = 42.23%

CMYK

 C value IS 0.57

 M value IS 0.07

 Y value IS 0

 K value IS 0.13

RGB Variations

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

Color information

#61D0DF (or 0x61D0DF) is known color: Turquoise Blue. HEX triplet: 61, D0 and DF. RGB value is (97,208,223). Sum of RGB (Red+Green+Blue) = 97+208+223=528 (69% of max value = 765). Red value is 97 (38.28% from 255 or 18.37% from 528); Green value is 208 (81.64% from 255 or 39.39% from 528); Blue value is 223 (87.5% from 255 or 42.23% from 528); Max value from RGB is 223 - color contains mainly: blue. Hex color #61D0DF is not a web safe color. Web safe color analog (approx): #66CCCC. Inversed color of #61D0DF is #9E2F20. Grayscale: #B0B0B0. Windows color (decimal): -10366753 or 14667873. OLE color: 14667873.

HSL color Cylindrical-coordinate representation of color #61D0DF: hue angle of 187.14º degrees, saturation: 0.66, lightness: 0.63%. HSV value (or HSB Brightness) of color is 0.87% and HSV saturation: 0.57%. Process color model (Four color, CMYK) of #61D0DF is Cyan = 0.57, Magento = 0.07, Yellow = 0 and Black (K on CMYK) = 0.13.

Color convert

RGB 97 208 223 -
CMYK 0.57 0.07 0 0.13
HSL 187.14º 0.66% 0.63% -
HSV(B) 187.14º 0.57% 0.87% -
XYZ 40.8 52.98 77.89 -
YUV 176.52 154.23 71.28 -
System Red Green Blue C M Y K H S L
Decimal 97 208 223 0.57 0.07 0 0.13 187.14 0.66 0.63
Hex 61 D0 DF 39 7 0 D BB 42 3F
Octal 141 320 337 71 7 0 15 273 102 77
Binary 1100001 11010000 11011111 111001 111 0 1101 10111011 1000010 111111

Color Harmonies of #61D0DF

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #61D0DF

Black with #61D0DF

Text Example


Text Example

White with #61D0DF

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(97,208,223); }

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

background-color css

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

 a { background-color: rgb(97,208,223); }

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

border-color css

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

 span { border-color: rgb(97,208,223); }

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