Html Css Color HEX #61CFF3 Turquoise Blue

📋 copy color: '#61CFF3'

red 97 ◦ green 207 ◦ blue 243

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

Shades of Turquoise Blue #61CFF3

Tints of Turquoise Blue #61CFF3

RGB

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

 GREEN value IS 207 (81.25% from 255) = 37.84%

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

R = 17.73%
G = 37.84%
B = 44.42%

CMYK

 C value IS 0.60

 M value IS 0.15

 Y value IS 0

 K value IS 0.05

RGB Variations

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

Color information

#61CFF3 (or 0x61CFF3) is known color: Turquoise Blue. HEX triplet: 61, CF and F3. RGB value is (97,207,243). Sum of RGB (Red+Green+Blue) = 97+207+243=547 (72% of max value = 765). Red value is 97 (38.28% from 255 or 17.73% from 547); Green value is 207 (81.25% from 255 or 37.84% from 547); Blue value is 243 (95.31% from 255 or 44.42% from 547); Max value from RGB is 243 - color contains mainly: blue. Hex color #61CFF3 is not a web safe color. Web safe color analog (approx): #66CCFF. Inversed color of #61CFF3 is #9E300C. Grayscale: #B1B1B1. Windows color (decimal): -10366989 or 15978337. OLE color: 15978337.

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

Color convert

RGB 97 207 243 -
CMYK 0.60 0.15 0 0.05
HSL 194.79º 0.86% 0.67% -
HSV(B) 194.79º 0.6% 0.95% -
XYZ 43.42 53.64 92.86 -
YUV 178.21 164.56 70.07 -
System Red Green Blue C M Y K H S L
Decimal 97 207 243 0.60 0.15 0 0.05 194.79 0.86 0.67
Hex 61 CF F3 3C F 0 5 C3 56 43
Octal 141 317 363 74 17 0 5 303 126 103
Binary 1100001 11001111 11110011 111100 1111 0 101 11000011 1010110 1000011

Color Harmonies of #61CFF3

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #61CFF3

Black with #61CFF3

Text Example


Text Example

White with #61CFF3

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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