Html Css Color HEX #48DFCB Turquoise

📋 copy color: '#48DFCB'

red 72 ◦ green 223 ◦ blue 203

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

Shades of Turquoise #48DFCB

Tints of Turquoise #48DFCB

RGB

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

 GREEN value IS 223 (87.5% from 255) = 44.78%

 BLUE value IS 203 (79.69% from 255) = 40.76%

R = 14.46%
G = 44.78%
B = 40.76%

CMYK

 C value IS 0.68

 M value IS 0

 Y value IS 0.09

 K value IS 0.13

RGB Variations

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

Color information

#48DFCB (or 0x48DFCB) is known color: Turquoise. HEX triplet: 48, DF and CB. RGB value is (72,223,203). Sum of RGB (Red+Green+Blue) = 72+223+203=498 (65% of max value = 765). Red value is 72 (28.52% from 255 or 14.46% from 498); Green value is 223 (87.5% from 255 or 44.78% from 498); Blue value is 203 (79.69% from 255 or 40.76% from 498); Max value from RGB is 223 - color contains mainly: green. Hex color #48DFCB is not a web safe color. Web safe color analog (approx): #33CCCC. Inversed color of #48DFCB is #B72034. Grayscale: #AFAFAF. Windows color (decimal): -12001333 or 13360968. OLE color: 13360968.

HSL color Cylindrical-coordinate representation of color #48DFCB: hue angle of 172.05º degrees, saturation: 0.7, lightness: 0.58%. HSV value (or HSB Brightness) of color is 0.87% and HSV saturation: 0.68%. Process color model (Four color, CMYK) of #48DFCB is Cyan = 0.68, Magento = 0, Yellow = 0.09 and Black (K on CMYK) = 0.13.

Color convert

RGB 72 223 203 -
CMYK 0.68 0 0.09 0.13
HSL 172.05º 0.7% 0.58% -
HSV(B) 172.05º 0.68% 0.87% -
XYZ 39.84 58.46 65.69 -
YUV 175.57 143.47 54.13 -
System Red Green Blue C M Y K H S L
Decimal 72 223 203 0.68 0 0.09 0.13 172.05 0.7 0.58
Hex 48 DF CB 44 0 9 D AC 46 3A
Octal 110 337 313 104 0 11 15 254 106 72
Binary 1001000 11011111 11001011 1000100 0 1001 1101 10101100 1000110 111010

Color Harmonies of #48DFCB

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #48DFCB

Black with #48DFCB

Text Example


Text Example

White with #48DFCB

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(72,223,203); }

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

background-color css

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

 a { background-color: rgb(72,223,203); }

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

border-color css

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

 span { border-color: rgb(72,223,203); }

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