Html Css Color HEX #61CBDB Turquoise Blue

📋 copy color: '#61CBDB'

red 97 ◦ green 203 ◦ blue 219

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

Shades of Turquoise Blue #61CBDB

Tints of Turquoise Blue #61CBDB

RGB

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

 GREEN value IS 203 (79.69% from 255) = 39.11%

 BLUE value IS 219 (85.94% from 255) = 42.2%

R = 18.69%
G = 39.11%
B = 42.2%

CMYK

 C value IS 0.56

 M value IS 0.07

 Y value IS 0

 K value IS 0.14

RGB Variations

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

Color information

#61CBDB (or 0x61CBDB) is known color: Turquoise Blue. HEX triplet: 61, CB and DB. RGB value is (97,203,219). Sum of RGB (Red+Green+Blue) = 97+203+219=519 (68% of max value = 765). Red value is 97 (38.28% from 255 or 18.69% from 519); Green value is 203 (79.69% from 255 or 39.11% from 519); Blue value is 219 (85.94% from 255 or 42.20% from 519); Max value from RGB is 219 - color contains mainly: blue. Hex color #61CBDB is not a web safe color. Web safe color analog (approx): #66CCCC. Inversed color of #61CBDB is #9E3424. Grayscale: #ACACAC. Windows color (decimal): -10368037 or 14404449. OLE color: 14404449.

HSL color Cylindrical-coordinate representation of color #61CBDB: hue angle of 187.87º degrees, saturation: 0.63, lightness: 0.62%. HSV value (or HSB Brightness) of color is 0.86% and HSV saturation: 0.56%. Process color model (Four color, CMYK) of #61CBDB is Cyan = 0.56, Magento = 0.07, Yellow = 0 and Black (K on CMYK) = 0.14.

Color convert

RGB 97 203 219 -
CMYK 0.56 0.07 0 0.14
HSL 187.87º 0.63% 0.62% -
HSV(B) 187.87º 0.56% 0.86% -
XYZ 39.07 50.37 74.68 -
YUV 173.13 153.88 73.7 -
System Red Green Blue C M Y K H S L
Decimal 97 203 219 0.56 0.07 0 0.14 187.87 0.63 0.62
Hex 61 CB DB 38 7 0 E BC 3F 3E
Octal 141 313 333 70 7 0 16 274 77 76
Binary 1100001 11001011 11011011 111000 111 0 1110 10111100 111111 111110

Color Harmonies of #61CBDB

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #61CBDB

Black with #61CBDB

Text Example


Text Example

White with #61CBDB

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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