Html Css Color HEX #47CFFF Turquoise Blue

📋 copy color: '#47CFFF'

red 71 ◦ green 207 ◦ blue 255

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

Shades of Turquoise Blue #47CFFF

Tints of Turquoise Blue #47CFFF

RGB

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

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

 BLUE value IS 255 (100% from 255) = 47.84%

R = 13.32%
G = 38.84%
B = 47.84%

CMYK

 C value IS 0.72

 M value IS 0.19

 Y value IS 0

 K value IS 0

RGB Variations

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

Color information

#47CFFF (or 0x47CFFF) is known color: Turquoise Blue. HEX triplet: 47, CF and FF. RGB value is (71,207,255). Sum of RGB (Red+Green+Blue) = 71+207+255=533 (70% of max value = 765). Red value is 71 (28.12% from 255 or 13.32% from 533); Green value is 207 (81.25% from 255 or 38.84% from 533); Blue value is 255 (100% from 255 or 47.84% from 533); Max value from RGB is 255 - color contains mainly: blue. Hex color #47CFFF is not a web safe color. Web safe color analog (approx): #33CCFF. Inversed color of #47CFFF is #B83000. Grayscale: #ABABAB. Windows color (decimal): -12070913 or 16764743. OLE color: 16764743.

HSL color Cylindrical-coordinate representation of color #47CFFF: hue angle of 195.65º degrees, saturation: 1, lightness: 0.64%. HSV value (or HSB Brightness) of color is 1% and HSV saturation: 0.72%. Process color model (Four color, CMYK) of #47CFFF is Cyan = 0.72, Magento = 0.19, Yellow = 0 and Black (K on CMYK) = 0.

Color convert

RGB 71 207 255 -
CMYK 0.72 0.19 0 0
HSL 195.65º 1% 0.64% -
HSV(B) 195.65º 0.72% 1% -
XYZ 42.96 53.19 102.61 -
YUV 171.81 174.94 56.1 -
System Red Green Blue C M Y K H S L
Decimal 71 207 255 0.72 0.19 0 0 195.65 1 0.64
Hex 47 CF FF 48 13 0 0 C4 64 40
Octal 107 317 377 110 23 0 0 304 144 100
Binary 1000111 11001111 11111111 1001000 10011 0 0 11000100 1100100 1000000

Color Harmonies of #47CFFF

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #47CFFF

Black with #47CFFF

Text Example


Text Example

White with #47CFFF

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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