Html Css Color HEX #38EDB4 Turquoise

📋 copy color: '#38EDB4'

red 56 ◦ green 237 ◦ blue 180

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

Shades of Turquoise #38EDB4

Tints of Turquoise #38EDB4

RGB

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

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

 BLUE value IS 180 (70.7% from 255) = 38.05%

R = 11.84%
G = 50.11%
B = 38.05%

CMYK

 C value IS 0.76

 M value IS 0

 Y value IS 0.24

 K value IS 0.07

RGB Variations

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

Color information

#38EDB4 (or 0x38EDB4) is known color: Turquoise. HEX triplet: 38, ED and B4. RGB value is (56,237,180). Sum of RGB (Red+Green+Blue) = 56+237+180=473 (62% of max value = 765). Red value is 56 (22.27% from 255 or 11.84% from 473); Green value is 237 (92.97% from 255 or 50.11% from 473); Blue value is 180 (70.70% from 255 or 38.05% from 473); Max value from RGB is 237 - color contains mainly: green. Hex color #38EDB4 is not a web safe color. Web safe color analog (approx): #33FFCC. Inversed color of #38EDB4 is #C7124B. Grayscale: #B0B0B0. Windows color (decimal): -13046348 or 11857208. OLE color: 11857208.

HSL color Cylindrical-coordinate representation of color #38EDB4: hue angle of 161.1º 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 #38EDB4 is Cyan = 0.76, Magento = 0, Yellow = 0.24 and Black (K on CMYK) = 0.07.

Color convert

RGB 56 237 180 -
CMYK 0.76 0 0.24 0.07
HSL 161.11º 0.83% 0.57% -
HSV(B) 161.11º 0.76% 0.93% -
XYZ 40.15 64.7 53.55 -
YUV 176.38 130.03 42.13 -
System Red Green Blue C M Y K H S L
Decimal 56 237 180 0.76 0 0.24 0.07 161.11 0.83 0.57
Hex 38 ED B4 4C 0 18 7 A1 53 39
Octal 70 355 264 114 0 30 7 241 123 71
Binary 111000 11101101 10110100 1001100 0 11000 111 10100001 1010011 111001

Color Harmonies of #38EDB4

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #38EDB4

Black with #38EDB4

Text Example


Text Example

White with #38EDB4

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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