Html Css Color HEX #48CFDB Medium Turquoise

📋 copy color: '#48CFDB'

red 72 ◦ green 207 ◦ blue 219

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

Shades of Medium Turquoise #48CFDB

Tints of Medium Turquoise #48CFDB

RGB

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

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

 BLUE value IS 219 (85.94% from 255) = 43.98%

R = 14.46%
G = 41.57%
B = 43.98%

CMYK

 C value IS 0.67

 M value IS 0.05

 Y value IS 0

 K value IS 0.14

RGB Variations

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

Color information

#48CFDB (or 0x48CFDB) is known color: Medium Turquoise. HEX triplet: 48, CF and DB. RGB value is (72,207,219). Sum of RGB (Red+Green+Blue) = 72+207+219=498 (65% of max value = 765). Red value is 72 (28.52% from 255 or 14.46% from 498); Green value is 207 (81.25% from 255 or 41.57% from 498); Blue value is 219 (85.94% from 255 or 43.98% from 498); Max value from RGB is 219 - color contains mainly: blue. Hex color #48CFDB is not a web safe color. Web safe color analog (approx): #33CCCC. Inversed color of #48CFDB is #B73024. Grayscale: #A7A7A7. Windows color (decimal): -12005413 or 14405448. OLE color: 14405448.

HSL color Cylindrical-coordinate representation of color #48CFDB: hue angle of 184.9º degrees, saturation: 0.67, lightness: 0.57%. HSV value (or HSB Brightness) of color is 0.86% and HSV saturation: 0.67%. Process color model (Four color, CMYK) of #48CFDB is Cyan = 0.67, Magento = 0.05, Yellow = 0 and Black (K on CMYK) = 0.14.

Color convert

RGB 72 207 219 -
CMYK 0.67 0.05 0 0.14
HSL 184.9º 0.67% 0.57% -
HSV(B) 184.9º 0.67% 0.86% -
XYZ 37.77 51.12 74.89 -
YUV 168 156.77 59.52 -
System Red Green Blue C M Y K H S L
Decimal 72 207 219 0.67 0.05 0 0.14 184.9 0.67 0.57
Hex 48 CF DB 43 5 0 E B9 43 39
Octal 110 317 333 103 5 0 16 271 103 71
Binary 1001000 11001111 11011011 1000011 101 0 1110 10111001 1000011 111001

Color Harmonies of #48CFDB

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #48CFDB

Black with #48CFDB

Text Example


Text Example

White with #48CFDB

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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