Html Css Color HEX #61DBFE Turquoise Blue

📋 copy color: '#61DBFE'

red 97 ◦ green 219 ◦ blue 254

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

Shades of Turquoise Blue #61DBFE

Tints of Turquoise Blue #61DBFE

RGB

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

 GREEN value IS 219 (85.94% from 255) = 38.42%

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

R = 17.02%
G = 38.42%
B = 44.56%

CMYK

 C value IS 0.62

 M value IS 0.14

 Y value IS 0

 K value IS 0.00

RGB Variations

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

Color information

#61DBFE (or 0x61DBFE) is known color: Turquoise Blue. HEX triplet: 61, DB and FE. RGB value is (97,219,254). Sum of RGB (Red+Green+Blue) = 97+219+254=570 (75% of max value = 765). Red value is 97 (38.28% from 255 or 17.02% from 570); Green value is 219 (85.94% from 255 or 38.42% from 570); Blue value is 254 (99.61% from 255 or 44.56% from 570); Max value from RGB is 254 - color contains mainly: blue. Hex color #61DBFE is not a web safe color. Web safe color analog (approx): #66CCFF. Inversed color of #61DBFE is #9E2401. Grayscale: #BABABA. Windows color (decimal): -10363906 or 16702305. OLE color: 16702305.

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

Color convert

RGB 97 219 254 -
CMYK 0.62 0.14 0 0.00
HSL 193.38º 0.99% 0.69% -
HSV(B) 193.38º 0.62% 1% -
XYZ 48.15 60.36 102.88 -
YUV 186.51 166.08 64.15 -
System Red Green Blue C M Y K H S L
Decimal 97 219 254 0.62 0.14 0 0.00 193.38 0.99 0.69
Hex 61 DB FE 3E E 0 0 C1 63 45
Octal 141 333 376 76 16 0 0 301 143 105
Binary 1100001 11011011 11111110 111110 1110 0 0 11000001 1100011 1000101

Color Harmonies of #61DBFE

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #61DBFE

Black with #61DBFE

Text Example


Text Example

White with #61DBFE

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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