Html Css Color HEX #48E9CF Turquoise

📋 copy color: '#48E9CF'

red 72 ◦ green 233 ◦ blue 207

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

Shades of Turquoise #48E9CF

Tints of Turquoise #48E9CF

RGB

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

 GREEN value IS 233 (91.41% from 255) = 45.51%

 BLUE value IS 207 (81.25% from 255) = 40.43%

R = 14.06%
G = 45.51%
B = 40.43%

CMYK

 C value IS 0.69

 M value IS 0

 Y value IS 0.11

 K value IS 0.09

RGB Variations

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

Color information

#48E9CF (or 0x48E9CF) is known color: Turquoise. HEX triplet: 48, E9 and CF. RGB value is (72,233,207). Sum of RGB (Red+Green+Blue) = 72+233+207=512 (67% of max value = 765). Red value is 72 (28.52% from 255 or 14.06% from 512); Green value is 233 (91.41% from 255 or 45.51% from 512); Blue value is 207 (81.25% from 255 or 40.43% from 512); Max value from RGB is 233 - color contains mainly: green. Hex color #48E9CF is not a web safe color. Web safe color analog (approx): #33FFCC. Inversed color of #48E9CF is #B71630. Grayscale: #B5B5B5. Windows color (decimal): -11998769 or 13625672. OLE color: 13625672.

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

Color convert

RGB 72 233 207 -
CMYK 0.69 0 0.11 0.09
HSL 170.31º 0.79% 0.6% -
HSV(B) 170.31º 0.69% 0.91% -
XYZ 43.07 64.16 69.15 -
YUV 181.9 142.16 49.61 -
System Red Green Blue C M Y K H S L
Decimal 72 233 207 0.69 0 0.11 0.09 170.31 0.79 0.6
Hex 48 E9 CF 45 0 B 9 AA 4F 3C
Octal 110 351 317 105 0 13 11 252 117 74
Binary 1001000 11101001 11001111 1000101 0 1011 1001 10101010 1001111 111100

Color Harmonies of #48E9CF

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #48E9CF

Black with #48E9CF

Text Example


Text Example

White with #48E9CF

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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