Html Css Color HEX #61DDFA Turquoise Blue

📋 copy color: '#61DDFA'

red 97 ◦ green 221 ◦ blue 250

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

Shades of Turquoise Blue #61DDFA

Tints of Turquoise Blue #61DDFA

RGB

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

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

 BLUE value IS 250 (98.05% from 255) = 44.01%

R = 17.08%
G = 38.91%
B = 44.01%

CMYK

 C value IS 0.61

 M value IS 0.12

 Y value IS 0

 K value IS 0.02

RGB Variations

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

Color information

#61DDFA (or 0x61DDFA) is known color: Turquoise Blue. HEX triplet: 61, DD and FA. RGB value is (97,221,250). Sum of RGB (Red+Green+Blue) = 97+221+250=568 (75% of max value = 765). Red value is 97 (38.28% from 255 or 17.08% from 568); Green value is 221 (86.72% from 255 or 38.91% from 568); Blue value is 250 (98.05% from 255 or 44.01% from 568); Max value from RGB is 250 - color contains mainly: blue. Hex color #61DDFA is not a web safe color. Web safe color analog (approx): #66CCFF. Inversed color of #61DDFA is #9E2205. Grayscale: #BABABA. Windows color (decimal): -10363398 or 16440673. OLE color: 16440673.

HSL color Cylindrical-coordinate representation of color #61DDFA: hue angle of 191.37º degrees, saturation: 0.94, lightness: 0.68%. HSV value (or HSB Brightness) of color is 0.98% and HSV saturation: 0.61%. Process color model (Four color, CMYK) of #61DDFA is Cyan = 0.61, Magento = 0.12, Yellow = 0 and Black (K on CMYK) = 0.02.

Color convert

RGB 97 221 250 -
CMYK 0.61 0.12 0 0.02
HSL 191.37º 0.94% 0.68% -
HSV(B) 191.37º 0.61% 0.98% -
XYZ 48.04 61.16 99.71 -
YUV 187.23 163.42 63.64 -
System Red Green Blue C M Y K H S L
Decimal 97 221 250 0.61 0.12 0 0.02 191.37 0.94 0.68
Hex 61 DD FA 3D C 0 2 BF 5E 44
Octal 141 335 372 75 14 0 2 277 136 104
Binary 1100001 11011101 11111010 111101 1100 0 10 10111111 1011110 1000100

Color Harmonies of #61DDFA

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #61DDFA

Black with #61DDFA

Text Example


Text Example

White with #61DDFA

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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