Html Css Color HEX #61DCFF Turquoise Blue

📋 copy color: '#61DCFF'

red 97 ◦ green 220 ◦ blue 255

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

Shades of Turquoise Blue #61DCFF

Tints of Turquoise Blue #61DCFF

RGB

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

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

 BLUE value IS 255 (100% from 255) = 44.58%

R = 16.96%
G = 38.46%
B = 44.58%

CMYK

 C value IS 0.62

 M value IS 0.14

 Y value IS 0

 K value IS 0

RGB Variations

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

Color information

#61DCFF (or 0x61DCFF) is known color: Turquoise Blue. HEX triplet: 61, DC and FF. RGB value is (97,220,255). Sum of RGB (Red+Green+Blue) = 97+220+255=572 (75% of max value = 765). Red value is 97 (38.28% from 255 or 16.96% from 572); Green value is 220 (86.33% from 255 or 38.46% from 572); Blue value is 255 (100% from 255 or 44.58% from 572); Max value from RGB is 255 - color contains mainly: blue. Hex color #61DCFF is not a web safe color. Web safe color analog (approx): #66CCFF. Inversed color of #61DCFF is #9E2300. Grayscale: #BABABA. Windows color (decimal): -10363649 or 16768097. OLE color: 16768097.

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

Color convert

RGB 97 220 255 -
CMYK 0.62 0.14 0 0
HSL 193.29º 1% 0.69% -
HSV(B) 193.29º 0.62% 1% -
XYZ 48.57 60.95 103.81 -
YUV 187.21 166.25 63.65 -
System Red Green Blue C M Y K H S L
Decimal 97 220 255 0.62 0.14 0 0 193.29 1 0.69
Hex 61 DC FF 3E E 0 0 C1 64 45
Octal 141 334 377 76 16 0 0 301 144 105
Binary 1100001 11011100 11111111 111110 1110 0 0 11000001 1100100 1000101

Color Harmonies of #61DCFF

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #61DCFF

Black with #61DCFF

Text Example


Text Example

White with #61DCFF

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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