Html Css Color HEX #61D0F3 Turquoise Blue

📋 copy color: '#61D0F3'

red 97 ◦ green 208 ◦ blue 243

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

Shades of Turquoise Blue #61D0F3

Tints of Turquoise Blue #61D0F3

RGB

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

 GREEN value IS 208 (81.64% from 255) = 37.96%

 BLUE value IS 243 (95.31% from 255) = 44.34%

R = 17.7%
G = 37.96%
B = 44.34%

CMYK

 C value IS 0.60

 M value IS 0.14

 Y value IS 0

 K value IS 0.05

RGB Variations

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

Color information

#61D0F3 (or 0x61D0F3) is known color: Turquoise Blue. HEX triplet: 61, D0 and F3. RGB value is (97,208,243). Sum of RGB (Red+Green+Blue) = 97+208+243=548 (72% of max value = 765). Red value is 97 (38.28% from 255 or 17.70% from 548); Green value is 208 (81.64% from 255 or 37.96% from 548); Blue value is 243 (95.31% from 255 or 44.34% from 548); Max value from RGB is 243 - color contains mainly: blue. Hex color #61D0F3 is not a web safe color. Web safe color analog (approx): #66CCFF. Inversed color of #61D0F3 is #9E2F0C. Grayscale: #B2B2B2. Windows color (decimal): -10366733 or 15978593. OLE color: 15978593.

HSL color Cylindrical-coordinate representation of color #61D0F3: hue angle of 194.38º degrees, saturation: 0.86, lightness: 0.67%. HSV value (or HSB Brightness) of color is 0.95% and HSV saturation: 0.6%. Process color model (Four color, CMYK) of #61D0F3 is Cyan = 0.60, Magento = 0.14, Yellow = 0 and Black (K on CMYK) = 0.05.

Color convert

RGB 97 208 243 -
CMYK 0.60 0.14 0 0.05
HSL 194.38º 0.86% 0.67% -
HSV(B) 194.38º 0.6% 0.95% -
XYZ 43.66 54.12 92.94 -
YUV 178.8 164.23 69.65 -
System Red Green Blue C M Y K H S L
Decimal 97 208 243 0.60 0.14 0 0.05 194.38 0.86 0.67
Hex 61 D0 F3 3C E 0 5 C2 56 43
Octal 141 320 363 74 16 0 5 302 126 103
Binary 1100001 11010000 11110011 111100 1110 0 101 11000010 1010110 1000011

Color Harmonies of #61D0F3

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #61D0F3

Black with #61D0F3

Text Example


Text Example

White with #61D0F3

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(97,208,243); }

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

background-color css

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

 a { background-color: rgb(97,208,243); }

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

border-color css

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

 span { border-color: rgb(97,208,243); }

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