Html Css Color HEX #38E8B3 Turquoise

📋 copy color: '#38E8B3'

red 56 ◦ green 232 ◦ blue 179

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

Shades of Turquoise #38E8B3

Tints of Turquoise #38E8B3

RGB

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

 GREEN value IS 232 (91.02% from 255) = 49.68%

 BLUE value IS 179 (70.31% from 255) = 38.33%

R = 11.99%
G = 49.68%
B = 38.33%

CMYK

 C value IS 0.76

 M value IS 0

 Y value IS 0.23

 K value IS 0.09

RGB Variations

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

Color information

#38E8B3 (or 0x38E8B3) is known color: Turquoise. HEX triplet: 38, E8 and B3. RGB value is (56,232,179). Sum of RGB (Red+Green+Blue) = 56+232+179=467 (61% of max value = 765). Red value is 56 (22.27% from 255 or 11.99% from 467); Green value is 232 (91.02% from 255 or 49.68% from 467); Blue value is 179 (70.31% from 255 or 38.33% from 467); Max value from RGB is 232 - color contains mainly: green. Hex color #38E8B3 is not a web safe color. Web safe color analog (approx): #33FFCC. Inversed color of #38E8B3 is #C7174C. Grayscale: #ADADAD. Windows color (decimal): -13047629 or 11790392. OLE color: 11790392.

HSL color Cylindrical-coordinate representation of color #38E8B3: hue angle of 161.93º degrees, saturation: 0.79, lightness: 0.56%. HSV value (or HSB Brightness) of color is 0.91% and HSV saturation: 0.76%. Process color model (Four color, CMYK) of #38E8B3 is Cyan = 0.76, Magento = 0, Yellow = 0.23 and Black (K on CMYK) = 0.09.

Color convert

RGB 56 232 179 -
CMYK 0.76 0 0.23 0.09
HSL 161.93º 0.79% 0.56% -
HSV(B) 161.93º 0.76% 0.91% -
XYZ 38.62 61.81 52.54 -
YUV 173.33 131.19 44.31 -
System Red Green Blue C M Y K H S L
Decimal 56 232 179 0.76 0 0.23 0.09 161.93 0.79 0.56
Hex 38 E8 B3 4C 0 17 9 A2 4F 38
Octal 70 350 263 114 0 27 11 242 117 70
Binary 111000 11101000 10110011 1001100 0 10111 1001 10100010 1001111 111000

Color Harmonies of #38E8B3

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #38E8B3

Black with #38E8B3

Text Example


Text Example

White with #38E8B3

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(56,232,179); }

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

background-color css

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

 a { background-color: rgb(56,232,179); }

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

border-color css

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

 span { border-color: rgb(56,232,179); }

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