Html Css Color HEX #61DDFE Turquoise Blue

📋 copy color: '#61DDFE'

red 97 ◦ green 221 ◦ blue 254

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

Shades of Turquoise Blue #61DDFE

Tints of Turquoise Blue #61DDFE

RGB

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

 GREEN value IS 221 (86.72% from 255) = 38.64%

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

R = 16.96%
G = 38.64%
B = 44.41%

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

#61DDFE (or 0x61DDFE) is known color: Turquoise Blue. HEX triplet: 61, DD and FE. RGB value is (97,221,254). Sum of RGB (Red+Green+Blue) = 97+221+254=572 (75% of max value = 765). Red value is 97 (38.28% from 255 or 16.96% from 572); Green value is 221 (86.72% from 255 or 38.64% from 572); Blue value is 254 (99.61% from 255 or 44.41% from 572); Max value from RGB is 254 - color contains mainly: blue. Hex color #61DDFE is not a web safe color. Web safe color analog (approx): #66CCFF. Inversed color of #61DDFE is #9E2201. Grayscale: #BBBBBB. Windows color (decimal): -10363394 or 16702817. OLE color: 16702817.

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

Color convert

RGB 97 221 254 -
CMYK 0.62 0.13 0 0.00
HSL 192.61º 0.99% 0.69% -
HSV(B) 192.61º 0.62% 1% -
XYZ 48.68 61.41 103.05 -
YUV 187.69 165.42 63.32 -
System Red Green Blue C M Y K H S L
Decimal 97 221 254 0.62 0.13 0 0.00 192.61 0.99 0.69
Hex 61 DD FE 3E D 0 0 C1 63 45
Octal 141 335 376 76 15 0 0 301 143 105
Binary 1100001 11011101 11111110 111110 1101 0 0 11000001 1100011 1000101

Color Harmonies of #61DDFE

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #61DDFE

Black with #61DDFE

Text Example


Text Example

White with #61DDFE

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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