Html Css Color HEX #48E3CF Turquoise

📋 copy color: '#48E3CF'

red 72 ◦ green 227 ◦ blue 207

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

Shades of Turquoise #48E3CF

Tints of Turquoise #48E3CF

RGB

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

 GREEN value IS 227 (89.06% from 255) = 44.86%

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

R = 14.23%
G = 44.86%
B = 40.91%

CMYK

 C value IS 0.68

 M value IS 0

 Y value IS 0.09

 K value IS 0.11

RGB Variations

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

Color information

#48E3CF (or 0x48E3CF) is known color: Turquoise. HEX triplet: 48, E3 and CF. RGB value is (72,227,207). Sum of RGB (Red+Green+Blue) = 72+227+207=506 (67% of max value = 765). Red value is 72 (28.52% from 255 or 14.23% from 506); Green value is 227 (89.06% from 255 or 44.86% from 506); Blue value is 207 (81.25% from 255 or 40.91% from 506); Max value from RGB is 227 - color contains mainly: green. Hex color #48E3CF is not a web safe color. Web safe color analog (approx): #33CCCC. Inversed color of #48E3CF is #B71C30. Grayscale: #B2B2B2. Windows color (decimal): -12000305 or 13624136. OLE color: 13624136.

HSL color Cylindrical-coordinate representation of color #48E3CF: hue angle of 172.26º degrees, saturation: 0.73, lightness: 0.59%. HSV value (or HSB Brightness) of color is 0.89% and HSV saturation: 0.68%. Process color model (Four color, CMYK) of #48E3CF is Cyan = 0.68, Magento = 0, Yellow = 0.09 and Black (K on CMYK) = 0.11.

Color convert

RGB 72 227 207 -
CMYK 0.68 0 0.09 0.11
HSL 172.26º 0.73% 0.59% -
HSV(B) 172.26º 0.68% 0.89% -
XYZ 41.4 60.82 68.59 -
YUV 178.38 144.15 52.13 -
System Red Green Blue C M Y K H S L
Decimal 72 227 207 0.68 0 0.09 0.11 172.26 0.73 0.59
Hex 48 E3 CF 44 0 9 B AC 49 3B
Octal 110 343 317 104 0 11 13 254 111 73
Binary 1001000 11100011 11001111 1000100 0 1001 1011 10101100 1001001 111011

Color Harmonies of #48E3CF

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #48E3CF

Black with #48E3CF

Text Example


Text Example

White with #48E3CF

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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