Html Css Color HEX #61DCFE Turquoise Blue

📋 copy color: '#61DCFE'

red 97 ◦ green 220 ◦ blue 254

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

Shades of Turquoise Blue #61DCFE

Tints of Turquoise Blue #61DCFE

RGB

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

 GREEN value IS 220 (86.33% from 255) = 38.53%

 BLUE value IS 254 (99.61% from 255) = 44.48%

R = 16.99%
G = 38.53%
B = 44.48%

CMYK

 C value IS 0.62

 M value IS 0.13

 Y value IS 0

 K value IS 0.00

RGB Variations

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

Color information

#61DCFE (or 0x61DCFE) is known color: Turquoise Blue. HEX triplet: 61, DC and FE. RGB value is (97,220,254). Sum of RGB (Red+Green+Blue) = 97+220+254=571 (75% of max value = 765). Red value is 97 (38.28% from 255 or 16.99% from 571); Green value is 220 (86.33% from 255 or 38.53% from 571); Blue value is 254 (99.61% from 255 or 44.48% from 571); Max value from RGB is 254 - color contains mainly: blue. Hex color #61DCFE is not a web safe color. Web safe color analog (approx): #66CCFF. Inversed color of #61DCFE is #9E2301. Grayscale: #BABABA. Windows color (decimal): -10363650 or 16702561. OLE color: 16702561.

HSL color Cylindrical-coordinate representation of color #61DCFE: hue angle of 192.99º degrees, saturation: 0.99, lightness: 0.69%. HSV value (or HSB Brightness) of color is 1% and HSV saturation: 0.62%. Process color model (Four color, CMYK) of #61DCFE is Cyan = 0.62, Magento = 0.13, Yellow = 0 and Black (K on CMYK) = 0.00.

Color convert

RGB 97 220 254 -
CMYK 0.62 0.13 0 0.00
HSL 192.99º 0.99% 0.69% -
HSV(B) 192.99º 0.62% 1% -
XYZ 48.41 60.88 102.97 -
YUV 187.1 165.75 63.74 -
System Red Green Blue C M Y K H S L
Decimal 97 220 254 0.62 0.13 0 0.00 192.99 0.99 0.69
Hex 61 DC FE 3E D 0 0 C1 63 45
Octal 141 334 376 76 15 0 0 301 143 105
Binary 1100001 11011100 11111110 111110 1101 0 0 11000001 1100011 1000101

Color Harmonies of #61DCFE

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #61DCFE

Black with #61DCFE

Text Example


Text Example

White with #61DCFE

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(97,220,254); }

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

background-color css

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

 a { background-color: rgb(97,220,254); }

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

border-color css

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

 span { border-color: rgb(97,220,254); }

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