Html Css Color HEX #48FFCB Turquoise

📋 copy color: '#48FFCB'

red 72 ◦ green 255 ◦ blue 203

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

Shades of Turquoise #48FFCB

Tints of Turquoise #48FFCB

RGB

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

 GREEN value IS 255 (100% from 255) = 48.11%

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

R = 13.58%
G = 48.11%
B = 38.3%

CMYK

 C value IS 0.72

 M value IS 0

 Y value IS 0.20

 K value IS 0

RGB Variations

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

Color information

#48FFCB (or 0x48FFCB) is known color: Turquoise. HEX triplet: 48, FF and CB. RGB value is (72,255,203). Sum of RGB (Red+Green+Blue) = 72+255+203=530 (70% of max value = 765). Red value is 72 (28.52% from 255 or 13.58% from 530); Green value is 255 (100% from 255 or 48.11% from 530); Blue value is 203 (79.69% from 255 or 38.30% from 530); Max value from RGB is 255 - color contains mainly: green. Hex color #48FFCB is not a web safe color. Web safe color analog (approx): #33FFCC. Inversed color of #48FFCB is #B70034. Grayscale: #C2C2C2. Windows color (decimal): -11993141 or 13369160. OLE color: 13369160.

HSL color Cylindrical-coordinate representation of color #48FFCB: hue angle of 162.95º degrees, saturation: 1, lightness: 0.64%. HSV value (or HSB Brightness) of color is 1% and HSV saturation: 0.72%. Process color model (Four color, CMYK) of #48FFCB is Cyan = 0.72, Magento = 0, Yellow = 0.20 and Black (K on CMYK) = 0.

Color convert

RGB 72 255 203 -
CMYK 0.72 0 0.20 0
HSL 162.95º 1% 0.64% -
HSV(B) 162.95º 0.72% 1% -
XYZ 49.21 77.21 68.81 -
YUV 194.36 132.87 40.73 -
System Red Green Blue C M Y K H S L
Decimal 72 255 203 0.72 0 0.20 0 162.95 1 0.64
Hex 48 FF CB 48 0 14 0 A3 64 40
Octal 110 377 313 110 0 24 0 243 144 100
Binary 1001000 11111111 11001011 1001000 0 10100 0 10100011 1100100 1000000

Color Harmonies of #48FFCB

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #48FFCB

Black with #48FFCB

Text Example


Text Example

White with #48FFCB

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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