Html Css Color HEX #38E6B5 Turquoise

📋 copy color: '#38E6B5'

red 56 ◦ green 230 ◦ blue 181

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

Shades of Turquoise #38E6B5

Tints of Turquoise #38E6B5

RGB

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

 GREEN value IS 230 (90.23% from 255) = 49.25%

 BLUE value IS 181 (71.09% from 255) = 38.76%

R = 11.99%
G = 49.25%
B = 38.76%

CMYK

 C value IS 0.76

 M value IS 0

 Y value IS 0.21

 K value IS 0.10

RGB Variations

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

Color information

#38E6B5 (or 0x38E6B5) is known color: Turquoise. HEX triplet: 38, E6 and B5. RGB value is (56,230,181). Sum of RGB (Red+Green+Blue) = 56+230+181=467 (61% of max value = 765). Red value is 56 (22.27% from 255 or 11.99% from 467); Green value is 230 (90.23% from 255 or 49.25% from 467); Blue value is 181 (71.09% from 255 or 38.76% from 467); Max value from RGB is 230 - color contains mainly: green. Hex color #38E6B5 is not a web safe color. Web safe color analog (approx): #33FFCC. Inversed color of #38E6B5 is #C7194A. Grayscale: #ACACAC. Windows color (decimal): -13048139 or 11920952. OLE color: 11920952.

HSL color Cylindrical-coordinate representation of color #38E6B5: hue angle of 163.1º degrees, saturation: 0.78, lightness: 0.56%. HSV value (or HSB Brightness) of color is 0.9% and HSV saturation: 0.76%. Process color model (Four color, CMYK) of #38E6B5 is Cyan = 0.76, Magento = 0, Yellow = 0.21 and Black (K on CMYK) = 0.10.

Color convert

RGB 56 230 181 -
CMYK 0.76 0 0.21 0.10
HSL 163.1º 0.78% 0.56% -
HSV(B) 163.1º 0.76% 0.9% -
XYZ 38.27 60.77 53.43 -
YUV 172.39 132.85 44.98 -
System Red Green Blue C M Y K H S L
Decimal 56 230 181 0.76 0 0.21 0.10 163.1 0.78 0.56
Hex 38 E6 B5 4C 0 15 A A3 4E 38
Octal 70 346 265 114 0 25 12 243 116 70
Binary 111000 11100110 10110101 1001100 0 10101 1010 10100011 1001110 111000

Color Harmonies of #38E6B5

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #38E6B5

Black with #38E6B5

Text Example


Text Example

White with #38E6B5

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(56,230,181); }

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

background-color css

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

 a { background-color: rgb(56,230,181); }

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

border-color css

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

 span { border-color: rgb(56,230,181); }

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