Html Css Color HEX #38EEB8 Turquoise

📋 copy color: '#38EEB8'

red 56 ◦ green 238 ◦ blue 184

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

Shades of Turquoise #38EEB8

Tints of Turquoise #38EEB8

RGB

 RED value IS 56 (22.27% from 255) = 11.72%

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

 BLUE value IS 184 (72.27% from 255) = 38.49%

R = 11.72%
G = 49.79%
B = 38.49%

CMYK

 C value IS 0.76

 M value IS 0

 Y value IS 0.23

 K value IS 0.07

RGB Variations

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

Color information

#38EEB8 (or 0x38EEB8) is known color: Turquoise. HEX triplet: 38, EE and B8. RGB value is (56,238,184). Sum of RGB (Red+Green+Blue) = 56+238+184=478 (63% of max value = 765). Red value is 56 (22.27% from 255 or 11.72% from 478); Green value is 238 (93.36% from 255 or 49.79% from 478); Blue value is 184 (72.27% from 255 or 38.49% from 478); Max value from RGB is 238 - color contains mainly: green. Hex color #38EEB8 is not a web safe color. Web safe color analog (approx): #33FFCC. Inversed color of #38EEB8 is #C71147. Grayscale: #B1B1B1. Windows color (decimal): -13046088 or 12119608. OLE color: 12119608.

HSL color Cylindrical-coordinate representation of color #38EEB8: hue angle of 162.2º degrees, saturation: 0.84, lightness: 0.58%. HSV value (or HSB Brightness) of color is 0.93% and HSV saturation: 0.76%. Process color model (Four color, CMYK) of #38EEB8 is Cyan = 0.76, Magento = 0, Yellow = 0.23 and Black (K on CMYK) = 0.07.

Color convert

RGB 56 238 184 -
CMYK 0.76 0 0.23 0.07
HSL 162.2º 0.84% 0.58% -
HSV(B) 162.2º 0.76% 0.93% -
XYZ 40.86 65.45 55.83 -
YUV 177.43 131.7 41.39 -
System Red Green Blue C M Y K H S L
Decimal 56 238 184 0.76 0 0.23 0.07 162.2 0.84 0.58
Hex 38 EE B8 4C 0 17 7 A2 54 3A
Octal 70 356 270 114 0 27 7 242 124 72
Binary 111000 11101110 10111000 1001100 0 10111 111 10100010 1010100 111010

Color Harmonies of #38EEB8

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #38EEB8

Black with #38EEB8

Text Example


Text Example

White with #38EEB8

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #38EEB8; }

 p { color: rgb(56,238,184); }

 H1.HeaderClassName
 {
   color: #38EEB8;
 }
 .AnyTagClassName
 {
   color: #38EEB8;
 }
</style>

background-color css

<style>
 a { background-color: #38EEB8; }

 a { background-color: rgb(56,238,184); }

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

border-color css

<style>
 span { border-color: #38EEB8; }

 span { border-color: rgb(56,238,184); }

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