Html Css Color HEX #48CFEA Medium Turquoise

📋 copy color: '#48CFEA'

red 72 ◦ green 207 ◦ blue 234

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

Shades of Medium Turquoise #48CFEA

Tints of Medium Turquoise #48CFEA

RGB

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

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

 BLUE value IS 234 (91.8% from 255) = 45.61%

R = 14.04%
G = 40.35%
B = 45.61%

CMYK

 C value IS 0.69

 M value IS 0.12

 Y value IS 0

 K value IS 0.08

RGB Variations

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

Color information

#48CFEA (or 0x48CFEA) is known color: Medium Turquoise. HEX triplet: 48, CF and EA. RGB value is (72,207,234). Sum of RGB (Red+Green+Blue) = 72+207+234=513 (67% of max value = 765). Red value is 72 (28.52% from 255 or 14.04% from 513); Green value is 207 (81.25% from 255 or 40.35% from 513); Blue value is 234 (91.80% from 255 or 45.61% from 513); Max value from RGB is 234 - color contains mainly: blue. Hex color #48CFEA is not a web safe color. Web safe color analog (approx): #33CCFF. Inversed color of #48CFEA is #B73015. Grayscale: #A9A9A9. Windows color (decimal): -12005398 or 15388488. OLE color: 15388488.

HSL color Cylindrical-coordinate representation of color #48CFEA: hue angle of 190º degrees, saturation: 0.79, lightness: 0.6%. HSV value (or HSB Brightness) of color is 0.92% and HSV saturation: 0.69%. Process color model (Four color, CMYK) of #48CFEA is Cyan = 0.69, Magento = 0.12, Yellow = 0 and Black (K on CMYK) = 0.08.

Color convert

RGB 72 207 234 -
CMYK 0.69 0.12 0 0.08
HSL 190º 0.79% 0.6% -
HSV(B) 190º 0.69% 0.92% -
XYZ 39.84 51.94 85.77 -
YUV 169.71 164.27 58.3 -
System Red Green Blue C M Y K H S L
Decimal 72 207 234 0.69 0.12 0 0.08 190 0.79 0.6
Hex 48 CF EA 45 C 0 8 BE 4F 3C
Octal 110 317 352 105 14 0 10 276 117 74
Binary 1001000 11001111 11101010 1000101 1100 0 1000 10111110 1001111 111100

Color Harmonies of #48CFEA

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #48CFEA

Black with #48CFEA

Text Example


Text Example

White with #48CFEA

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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