Html Css Color HEX #48CAE6 Medium Turquoise

📋 copy color: '#48CAE6'

red 72 ◦ green 202 ◦ blue 230

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

Shades of Medium Turquoise #48CAE6

Tints of Medium Turquoise #48CAE6

RGB

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

 GREEN value IS 202 (79.3% from 255) = 40.08%

 BLUE value IS 230 (90.23% from 255) = 45.63%

R = 14.29%
G = 40.08%
B = 45.63%

CMYK

 C value IS 0.69

 M value IS 0.12

 Y value IS 0

 K value IS 0.10

RGB Variations

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

Color information

#48CAE6 (or 0x48CAE6) is known color: Medium Turquoise. HEX triplet: 48, CA and E6. RGB value is (72,202,230). Sum of RGB (Red+Green+Blue) = 72+202+230=504 (66% of max value = 765). Red value is 72 (28.52% from 255 or 14.29% from 504); Green value is 202 (79.30% from 255 or 40.08% from 504); Blue value is 230 (90.23% from 255 or 45.63% from 504); Max value from RGB is 230 - color contains mainly: blue. Hex color #48CAE6 is not a web safe color. Web safe color analog (approx): #33CCFF. Inversed color of #48CAE6 is #B73519. Grayscale: #A6A6A6. Windows color (decimal): -12006682 or 15125064. OLE color: 15125064.

HSL color Cylindrical-coordinate representation of color #48CAE6: hue angle of 190.63º degrees, saturation: 0.76, lightness: 0.59%. HSV value (or HSB Brightness) of color is 0.9% and HSV saturation: 0.69%. Process color model (Four color, CMYK) of #48CAE6 is Cyan = 0.69, Magento = 0.12, Yellow = 0 and Black (K on CMYK) = 0.10.

Color convert

RGB 72 202 230 -
CMYK 0.69 0.12 0 0.10
HSL 190.63º 0.76% 0.59% -
HSV(B) 190.63º 0.69% 0.9% -
XYZ 38.08 49.33 82.38 -
YUV 166.32 163.93 60.72 -
System Red Green Blue C M Y K H S L
Decimal 72 202 230 0.69 0.12 0 0.10 190.63 0.76 0.59
Hex 48 CA E6 45 C 0 A BF 4C 3B
Octal 110 312 346 105 14 0 12 277 114 73
Binary 1001000 11001010 11100110 1000101 1100 0 1010 10111111 1001100 111011

Color Harmonies of #48CAE6

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #48CAE6

Black with #48CAE6

Text Example


Text Example

White with #48CAE6

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(72,202,230); }

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

background-color css

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

 a { background-color: rgb(72,202,230); }

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

border-color css

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

 span { border-color: rgb(72,202,230); }

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