Html Css Color HEX #48CFF5 Turquoise Blue

📋 copy color: '#48CFF5'

red 72 ◦ green 207 ◦ blue 245

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

Shades of Turquoise Blue #48CFF5

Tints of Turquoise Blue #48CFF5

RGB

 RED value IS 72 (28.52% from 255) = 13.74%

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

 BLUE value IS 245 (96.09% from 255) = 46.76%

R = 13.74%
G = 39.5%
B = 46.76%

CMYK

 C value IS 0.71

 M value IS 0.16

 Y value IS 0

 K value IS 0.04

RGB Variations

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

Color information

#48CFF5 (or 0x48CFF5) is known color: Turquoise Blue. HEX triplet: 48, CF and F5. RGB value is (72,207,245). Sum of RGB (Red+Green+Blue) = 72+207+245=524 (69% of max value = 765). Red value is 72 (28.52% from 255 or 13.74% from 524); Green value is 207 (81.25% from 255 or 39.50% from 524); Blue value is 245 (96.09% from 255 or 46.76% from 524); Max value from RGB is 245 - color contains mainly: blue. Hex color #48CFF5 is not a web safe color. Web safe color analog (approx): #33CCFF. Inversed color of #48CFF5 is #B7300A. Grayscale: #AAAAAA. Windows color (decimal): -12005387 or 16109384. OLE color: 16109384.

HSL color Cylindrical-coordinate representation of color #48CFF5: hue angle of 193.18º degrees, saturation: 0.9, lightness: 0.62%. HSV value (or HSB Brightness) of color is 0.96% and HSV saturation: 0.71%. Process color model (Four color, CMYK) of #48CFF5 is Cyan = 0.71, Magento = 0.16, Yellow = 0 and Black (K on CMYK) = 0.04.

Color convert

RGB 72 207 245 -
CMYK 0.71 0.16 0 0.04
HSL 193.18º 0.9% 0.62% -
HSV(B) 193.18º 0.71% 0.96% -
XYZ 41.47 52.6 94.35 -
YUV 170.97 169.77 57.41 -
System Red Green Blue C M Y K H S L
Decimal 72 207 245 0.71 0.16 0 0.04 193.18 0.9 0.62
Hex 48 CF F5 47 10 0 4 C1 5A 3E
Octal 110 317 365 107 20 0 4 301 132 76
Binary 1001000 11001111 11110101 1000111 10000 0 100 11000001 1011010 111110

Color Harmonies of #48CFF5

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #48CFF5

Black with #48CFF5

Text Example


Text Example

White with #48CFF5

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #48CFF5; }

 p { color: rgb(72,207,245); }

 H1.HeaderClassName
 {
   color: #48CFF5;
 }
 .AnyTagClassName
 {
   color: #48CFF5;
 }
</style>

background-color css

<style>
 a { background-color: #48CFF5; }

 a { background-color: rgb(72,207,245); }

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

border-color css

<style>
 span { border-color: #48CFF5; }

 span { border-color: rgb(72,207,245); }

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