Html Css Color HEX #47CFEB Medium Turquoise

📋 copy color: '#47CFEB'

red 71 ◦ green 207 ◦ blue 235

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

Shades of Medium Turquoise #47CFEB

Tints of Medium Turquoise #47CFEB

RGB

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

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

 BLUE value IS 235 (92.19% from 255) = 45.81%

R = 13.84%
G = 40.35%
B = 45.81%

CMYK

 C value IS 0.70

 M value IS 0.12

 Y value IS 0

 K value IS 0.08

RGB Variations

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

Color information

#47CFEB (or 0x47CFEB) is known color: Medium Turquoise. HEX triplet: 47, CF and EB. RGB value is (71,207,235). Sum of RGB (Red+Green+Blue) = 71+207+235=513 (67% of max value = 765). Red value is 71 (28.12% from 255 or 13.84% from 513); Green value is 207 (81.25% from 255 or 40.35% from 513); Blue value is 235 (92.19% from 255 or 45.81% from 513); Max value from RGB is 235 - color contains mainly: blue. Hex color #47CFEB is not a web safe color. Web safe color analog (approx): #33CCFF. Inversed color of #47CFEB is #B83014. Grayscale: #A9A9A9. Windows color (decimal): -12070933 or 15454023. OLE color: 15454023.

HSL color Cylindrical-coordinate representation of color #47CFEB: hue angle of 190.24º degrees, saturation: 0.8, lightness: 0.6%. HSV value (or HSB Brightness) of color is 0.92% and HSV saturation: 0.7%. Process color model (Four color, CMYK) of #47CFEB is Cyan = 0.70, Magento = 0.12, Yellow = 0 and Black (K on CMYK) = 0.08.

Color convert

RGB 71 207 235 -
CMYK 0.70 0.12 0 0.08
HSL 190.24º 0.8% 0.6% -
HSV(B) 190.24º 0.7% 0.92% -
XYZ 39.91 51.96 86.52 -
YUV 169.53 164.94 57.72 -
System Red Green Blue C M Y K H S L
Decimal 71 207 235 0.70 0.12 0 0.08 190.24 0.8 0.6
Hex 47 CF EB 46 C 0 8 BE 50 3C
Octal 107 317 353 106 14 0 10 276 120 74
Binary 1000111 11001111 11101011 1000110 1100 0 1000 10111110 1010000 111100

Color Harmonies of #47CFEB

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #47CFEB

Black with #47CFEB

Text Example


Text Example

White with #47CFEB

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(71,207,235); }

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

background-color css

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

 a { background-color: rgb(71,207,235); }

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

border-color css

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

 span { border-color: rgb(71,207,235); }

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