Html Css Color HEX #47CBDB Medium Turquoise

📋 copy color: '#47CBDB'

red 71 ◦ green 203 ◦ blue 219

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

Shades of Medium Turquoise #47CBDB

Tints of Medium Turquoise #47CBDB

RGB

 RED value IS 71 (28.13% from 255) = 14.4%

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

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

R = 14.4%
G = 41.18%
B = 44.42%

CMYK

 C value IS 0.68

 M value IS 0.07

 Y value IS 0

 K value IS 0.14

RGB Variations

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

Color information

#47CBDB (or 0x47CBDB) is known color: Medium Turquoise. HEX triplet: 47, CB and DB. RGB value is (71,203,219). Sum of RGB (Red+Green+Blue) = 71+203+219=493 (65% of max value = 765). Red value is 71 (28.12% from 255 or 14.40% from 493); Green value is 203 (79.69% from 255 or 41.18% from 493); Blue value is 219 (85.94% from 255 or 44.42% from 493); Max value from RGB is 219 - color contains mainly: blue. Hex color #47CBDB is not a web safe color. Web safe color analog (approx): #33CCCC. Inversed color of #47CBDB is #B83424. Grayscale: #A5A5A5. Windows color (decimal): -12071973 or 14404423. OLE color: 14404423.

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

Color convert

RGB 71 203 219 -
CMYK 0.68 0.07 0 0.14
HSL 186.49º 0.67% 0.57% -
HSV(B) 186.49º 0.68% 0.86% -
XYZ 36.74 49.17 74.57 -
YUV 165.36 158.27 60.7 -
System Red Green Blue C M Y K H S L
Decimal 71 203 219 0.68 0.07 0 0.14 186.49 0.67 0.57
Hex 47 CB DB 44 7 0 E BA 43 39
Octal 107 313 333 104 7 0 16 272 103 71
Binary 1000111 11001011 11011011 1000100 111 0 1110 10111010 1000011 111001

Color Harmonies of #47CBDB

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #47CBDB

Black with #47CBDB

Text Example


Text Example

White with #47CBDB

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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