Html Css Color HEX #61DAFF Turquoise Blue

📋 copy color: '#61DAFF'

red 97 ◦ green 218 ◦ blue 255

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

Shades of Turquoise Blue #61DAFF

Tints of Turquoise Blue #61DAFF

RGB

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

 GREEN value IS 218 (85.55% from 255) = 38.25%

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

R = 17.02%
G = 38.25%
B = 44.74%

CMYK

 C value IS 0.62

 M value IS 0.15

 Y value IS 0

 K value IS 0

RGB Variations

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

Color information

#61DAFF (or 0x61DAFF) is known color: Turquoise Blue. HEX triplet: 61, DA and FF. RGB value is (97,218,255). Sum of RGB (Red+Green+Blue) = 97+218+255=570 (75% of max value = 765). Red value is 97 (38.28% from 255 or 17.02% from 570); Green value is 218 (85.55% from 255 or 38.25% from 570); Blue value is 255 (100% from 255 or 44.74% from 570); Max value from RGB is 255 - color contains mainly: blue. Hex color #61DAFF is not a web safe color. Web safe color analog (approx): #66CCFF. Inversed color of #61DAFF is #9E2500. Grayscale: #B9B9B9. Windows color (decimal): -10364161 or 16767585. OLE color: 16767585.

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

Color convert

RGB 97 218 255 -
CMYK 0.62 0.15 0 0
HSL 194.05º 1% 0.69% -
HSV(B) 194.05º 0.62% 1% -
XYZ 48.05 59.9 103.64 -
YUV 186.04 166.91 64.49 -
System Red Green Blue C M Y K H S L
Decimal 97 218 255 0.62 0.15 0 0 194.05 1 0.69
Hex 61 DA FF 3E F 0 0 C2 64 45
Octal 141 332 377 76 17 0 0 302 144 105
Binary 1100001 11011010 11111111 111110 1111 0 0 11000010 1100100 1000101

Color Harmonies of #61DAFF

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #61DAFF

Black with #61DAFF

Text Example


Text Example

White with #61DAFF

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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