Html Css Color HEX #48EECB Turquoise

📋 copy color: '#48EECB'

red 72 ◦ green 238 ◦ blue 203

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

Shades of Turquoise #48EECB

Tints of Turquoise #48EECB

RGB

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

 GREEN value IS 238 (93.36% from 255) = 46.39%

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

R = 14.04%
G = 46.39%
B = 39.57%

CMYK

 C value IS 0.70

 M value IS 0

 Y value IS 0.15

 K value IS 0.07

RGB Variations

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

Color information

#48EECB (or 0x48EECB) is known color: Turquoise. HEX triplet: 48, EE and CB. RGB value is (72,238,203). Sum of RGB (Red+Green+Blue) = 72+238+203=513 (67% of max value = 765). Red value is 72 (28.52% from 255 or 14.04% from 513); Green value is 238 (93.36% from 255 or 46.39% from 513); Blue value is 203 (79.69% from 255 or 39.57% from 513); Max value from RGB is 238 - color contains mainly: green. Hex color #48EECB is not a web safe color. Web safe color analog (approx): #33FFCC. Inversed color of #48EECB is #B71134. Grayscale: #B8B8B8. Windows color (decimal): -11997493 or 13364808. OLE color: 13364808.

HSL color Cylindrical-coordinate representation of color #48EECB: hue angle of 167.35º degrees, saturation: 0.83, lightness: 0.61%. HSV value (or HSB Brightness) of color is 0.93% and HSV saturation: 0.7%. Process color model (Four color, CMYK) of #48EECB is Cyan = 0.70, Magento = 0, Yellow = 0.15 and Black (K on CMYK) = 0.07.

Color convert

RGB 72 238 203 -
CMYK 0.70 0 0.15 0.07
HSL 167.35º 0.83% 0.61% -
HSV(B) 167.35º 0.7% 0.93% -
XYZ 44.03 66.84 67.08 -
YUV 184.38 138.5 47.85 -
System Red Green Blue C M Y K H S L
Decimal 72 238 203 0.70 0 0.15 0.07 167.35 0.83 0.61
Hex 48 EE CB 46 0 F 7 A7 53 3D
Octal 110 356 313 106 0 17 7 247 123 75
Binary 1001000 11101110 11001011 1000110 0 1111 111 10100111 1010011 111101

Color Harmonies of #48EECB

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #48EECB

Black with #48EECB

Text Example


Text Example

White with #48EECB

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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