Html Css Color HEX #61D5FA Turquoise Blue

📋 copy color: '#61D5FA'

red 97 ◦ green 213 ◦ blue 250

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

Shades of Turquoise Blue #61D5FA

Tints of Turquoise Blue #61D5FA

RGB

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

 GREEN value IS 213 (83.59% from 255) = 38.04%

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

R = 17.32%
G = 38.04%
B = 44.64%

CMYK

 C value IS 0.61

 M value IS 0.15

 Y value IS 0

 K value IS 0.02

RGB Variations

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

Color information

#61D5FA (or 0x61D5FA) is known color: Turquoise Blue. HEX triplet: 61, D5 and FA. RGB value is (97,213,250). Sum of RGB (Red+Green+Blue) = 97+213+250=560 (74% of max value = 765). Red value is 97 (38.28% from 255 or 17.32% from 560); Green value is 213 (83.59% from 255 or 38.04% from 560); Blue value is 250 (98.05% from 255 or 44.64% from 560); Max value from RGB is 250 - color contains mainly: blue. Hex color #61D5FA is not a web safe color. Web safe color analog (approx): #66CCFF. Inversed color of #61D5FA is #9E2A05. Grayscale: #B6B6B6. Windows color (decimal): -10365446 or 16438625. OLE color: 16438625.

HSL color Cylindrical-coordinate representation of color #61D5FA: hue angle of 194.51º 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 #61D5FA is Cyan = 0.61, Magento = 0.15, Yellow = 0 and Black (K on CMYK) = 0.02.

Color convert

RGB 97 213 250 -
CMYK 0.61 0.15 0 0.02
HSL 194.51º 0.94% 0.68% -
HSV(B) 194.51º 0.61% 0.98% -
XYZ 45.98 57.03 99.03 -
YUV 182.53 166.07 66.99 -
System Red Green Blue C M Y K H S L
Decimal 97 213 250 0.61 0.15 0 0.02 194.51 0.94 0.68
Hex 61 D5 FA 3D F 0 2 C3 5E 44
Octal 141 325 372 75 17 0 2 303 136 104
Binary 1100001 11010101 11111010 111101 1111 0 10 11000011 1011110 1000100

Color Harmonies of #61D5FA

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #61D5FA

Black with #61D5FA

Text Example


Text Example

White with #61D5FA

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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