Html Css Color HEX #61CCDD Turquoise Blue

📋 copy color: '#61CCDD'

red 97 ◦ green 204 ◦ blue 221

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

Shades of Turquoise Blue #61CCDD

Tints of Turquoise Blue #61CCDD

RGB

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

 GREEN value IS 204 (80.08% from 255) = 39.08%

 BLUE value IS 221 (86.72% from 255) = 42.34%

R = 18.58%
G = 39.08%
B = 42.34%

CMYK

 C value IS 0.56

 M value IS 0.08

 Y value IS 0

 K value IS 0.13

RGB Variations

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

Color information

#61CCDD (or 0x61CCDD) is known color: Turquoise Blue. HEX triplet: 61, CC and DD. RGB value is (97,204,221). Sum of RGB (Red+Green+Blue) = 97+204+221=522 (69% of max value = 765). Red value is 97 (38.28% from 255 or 18.58% from 522); Green value is 204 (80.08% from 255 or 39.08% from 522); Blue value is 221 (86.72% from 255 or 42.34% from 522); Max value from RGB is 221 - color contains mainly: blue. Hex color #61CCDD is not a web safe color. Web safe color analog (approx): #66CCCC. Inversed color of #61CCDD is #9E3322. Grayscale: #ADADAD. Windows color (decimal): -10367779 or 14535777. OLE color: 14535777.

HSL color Cylindrical-coordinate representation of color #61CCDD: hue angle of 188.23º degrees, saturation: 0.65, lightness: 0.62%. HSV value (or HSB Brightness) of color is 0.87% and HSV saturation: 0.56%. Process color model (Four color, CMYK) of #61CCDD is Cyan = 0.56, Magento = 0.08, Yellow = 0 and Black (K on CMYK) = 0.13.

Color convert

RGB 97 204 221 -
CMYK 0.56 0.08 0 0.13
HSL 188.23º 0.65% 0.62% -
HSV(B) 188.23º 0.56% 0.87% -
XYZ 39.57 50.95 76.15 -
YUV 173.95 154.55 73.12 -
System Red Green Blue C M Y K H S L
Decimal 97 204 221 0.56 0.08 0 0.13 188.23 0.65 0.62
Hex 61 CC DD 38 8 0 D BC 41 3E
Octal 141 314 335 70 10 0 15 274 101 76
Binary 1100001 11001100 11011101 111000 1000 0 1101 10111100 1000001 111110

Color Harmonies of #61CCDD

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #61CCDD

Black with #61CCDD

Text Example


Text Example

White with #61CCDD

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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