Html Css Color HEX #61CFD5 Turquoise Blue

📋 copy color: '#61CFD5'

red 97 ◦ green 207 ◦ blue 213

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

Shades of Turquoise Blue #61CFD5

Tints of Turquoise Blue #61CFD5

RGB

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

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

 BLUE value IS 213 (83.59% from 255) = 41.2%

R = 18.76%
G = 40.04%
B = 41.2%

CMYK

 C value IS 0.54

 M value IS 0.03

 Y value IS 0

 K value IS 0.16

RGB Variations

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

Color information

#61CFD5 (or 0x61CFD5) is known color: Turquoise Blue. HEX triplet: 61, CF and D5. RGB value is (97,207,213). Sum of RGB (Red+Green+Blue) = 97+207+213=517 (68% of max value = 765). Red value is 97 (38.28% from 255 or 18.76% from 517); Green value is 207 (81.25% from 255 or 40.04% from 517); Blue value is 213 (83.59% from 255 or 41.20% from 517); Max value from RGB is 213 - color contains mainly: blue. Hex color #61CFD5 is not a web safe color. Web safe color analog (approx): #66CCCC. Inversed color of #61CFD5 is #9E302A. Grayscale: #AEAEAE. Windows color (decimal): -10367019 or 14012257. OLE color: 14012257.

HSL color Cylindrical-coordinate representation of color #61CFD5: hue angle of 183.1º degrees, saturation: 0.58, lightness: 0.61%. HSV value (or HSB Brightness) of color is 0.84% and HSV saturation: 0.54%. Process color model (Four color, CMYK) of #61CFD5 is Cyan = 0.54, Magento = 0.03, Yellow = 0 and Black (K on CMYK) = 0.16.

Color convert

RGB 97 207 213 -
CMYK 0.54 0.03 0 0.16
HSL 183.1º 0.58% 0.61% -
HSV(B) 183.1º 0.54% 0.84% -
XYZ 39.25 51.97 70.91 -
YUV 174.79 149.56 72.51 -
System Red Green Blue C M Y K H S L
Decimal 97 207 213 0.54 0.03 0 0.16 183.1 0.58 0.61
Hex 61 CF D5 36 3 0 10 B7 3A 3D
Octal 141 317 325 66 3 0 20 267 72 75
Binary 1100001 11001111 11010101 110110 11 0 10000 10110111 111010 111101

Color Harmonies of #61CFD5

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #61CFD5

Black with #61CFD5

Text Example


Text Example

White with #61CFD5

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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