Html Css Color HEX #48DECA Turquoise

📋 copy color: '#48DECA'

red 72 ◦ green 222 ◦ blue 202

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

Shades of Turquoise #48DECA

Tints of Turquoise #48DECA

RGB

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

 GREEN value IS 222 (87.11% from 255) = 44.76%

 BLUE value IS 202 (79.3% from 255) = 40.73%

R = 14.52%
G = 44.76%
B = 40.73%

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

#48DECA (or 0x48DECA) is known color: Turquoise. HEX triplet: 48, DE and CA. RGB value is (72,222,202). Sum of RGB (Red+Green+Blue) = 72+222+202=496 (65% of max value = 765). Red value is 72 (28.52% from 255 or 14.52% from 496); Green value is 222 (87.11% from 255 or 44.76% from 496); Blue value is 202 (79.30% from 255 or 40.73% from 496); Max value from RGB is 222 - color contains mainly: green. Hex color #48DECA is not a web safe color. Web safe color analog (approx): #33CCCC. Inversed color of #48DECA is #B72135. Grayscale: #AEAEAE. Windows color (decimal): -12001590 or 13295176. OLE color: 13295176.

HSL color Cylindrical-coordinate representation of color #48DECA: hue angle of 172º degrees, saturation: 0.69, 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 #48DECA is Cyan = 0.68, Magento = 0, Yellow = 0.09 and Black (K on CMYK) = 0.13.

Color convert

RGB 72 222 202 -
CMYK 0.68 0 0.09 0.13
HSL 172º 0.69% 0.58% -
HSV(B) 172º 0.68% 0.87% -
XYZ 39.45 57.88 64.97 -
YUV 174.87 143.31 54.63 -
System Red Green Blue C M Y K H S L
Decimal 72 222 202 0.68 0 0.09 0.13 172 0.69 0.58
Hex 48 DE CA 44 0 9 D AC 45 3A
Octal 110 336 312 104 0 11 15 254 105 72
Binary 1001000 11011110 11001010 1000100 0 1001 1101 10101100 1000101 111010

Color Harmonies of #48DECA

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #48DECA

Black with #48DECA

Text Example


Text Example

White with #48DECA

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(72,222,202); }

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

background-color css

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

 a { background-color: rgb(72,222,202); }

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

border-color css

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

 span { border-color: rgb(72,222,202); }

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