Html Css Color HEX #38EDB8 Turquoise

📋 copy color: '#38EDB8'

red 56 ◦ green 237 ◦ blue 184

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

Shades of Turquoise #38EDB8

Tints of Turquoise #38EDB8

RGB

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

 GREEN value IS 237 (92.97% from 255) = 49.69%

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

R = 11.74%
G = 49.69%
B = 38.57%

CMYK

 C value IS 0.76

 M value IS 0

 Y value IS 0.22

 K value IS 0.07

RGB Variations

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

Color information

#38EDB8 (or 0x38EDB8) is known color: Turquoise. HEX triplet: 38, ED and B8. RGB value is (56,237,184). Sum of RGB (Red+Green+Blue) = 56+237+184=477 (63% of max value = 765). Red value is 56 (22.27% from 255 or 11.74% from 477); Green value is 237 (92.97% from 255 or 49.69% from 477); Blue value is 184 (72.27% from 255 or 38.57% from 477); Max value from RGB is 237 - color contains mainly: green. Hex color #38EDB8 is not a web safe color. Web safe color analog (approx): #33FFCC. Inversed color of #38EDB8 is #C71247. Grayscale: #B0B0B0. Windows color (decimal): -13046344 or 12119352. OLE color: 12119352.

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

Color convert

RGB 56 237 184 -
CMYK 0.76 0 0.22 0.07
HSL 162.43º 0.83% 0.57% -
HSV(B) 162.43º 0.76% 0.93% -
XYZ 40.57 64.87 55.73 -
YUV 176.84 132.03 41.81 -
System Red Green Blue C M Y K H S L
Decimal 56 237 184 0.76 0 0.22 0.07 162.43 0.83 0.57
Hex 38 ED B8 4C 0 16 7 A2 53 39
Octal 70 355 270 114 0 26 7 242 123 71
Binary 111000 11101101 10111000 1001100 0 10110 111 10100010 1010011 111001

Color Harmonies of #38EDB8

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #38EDB8

Black with #38EDB8

Text Example


Text Example

White with #38EDB8

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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